start_job | R Documentation |
Start the avatarization job
start_job(dataset_id, parameters)
dataset_id |
An identifier for the uploaded dataset |
parameters |
A list with avatarization parameters (see main tutorial) |
A job description (in particular with an id)
## Not run:
start_job(dataset_id, list(k = 20))
start_job(dataset_id, list(k = 20, imputation = list(k = 5)))
start_job(dataset_id, list(k = 20, seed = 42, ncp = 3, column_weights = list("var_a" = 0.2)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.