Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

makeJob

Creates a job description.


Description

Usually you will not do this manually. Every object is a list that contains the passed arguments of the constructor.

Usage

makeJob(id = NA_integer_, fun, fun.id = digest(fun), pars, name, seed)

Arguments

id

[integer(1)]
Job id, determined by DB autoincrement. Default is NA.

fun

[function]
Job function to apply on parameters.

fun.id

[character(1)]
Id used to store function on disk. Default is digest(fun).

pars

[list]
Parameter list for job function.

name

[character(1)]
Alias name for this job.

seed

[integer(1)]
Random seed for job.


BatchJobs

Batch Computing with R

v1.8
BSD_2_clause + file LICENSE
Authors
Bernd Bischl <bernd_bischl@gmx.net>, Michel Lang <michellang@gmail.com>, Henrik Bengtsson <henrikb@braju.com>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.