Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/convert_individual_bds.R
This function takes data from an object of class individual and saves it into JSON bds format (which can be sent to JAMES).
1 | convert_individual_bds(ind = NULL, ...)
|
ind |
Object of class |
... |
Additional parameters. Currently ignored. |
Functions convert_bds_individual() and
convert_individual_bds() are inverse operations.
If the slot slot(ind, "dob") is not set, the conversion
uses the artificial birth date 01 Jan 2000.
Data in bds format as JSON, or NULL for invalid
JSON
Stef van Buuren 2019
individual, bse, xyz,
toJSON
1 2 3 | data("installed.cabinets", package = "jamestest")
ind <- installed.cabinets[[3]][[1]]
b <- convert_individual_bds(ind)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.