Description Usage Arguments Value Examples
create_new_data
1 | create_new_data(firstname = NULL, surname = NULL, previous_data = NULL)
|
firstname |
First name of your kid. Defaut is NULL leading to John/Jane |
surname |
Surname of your kid. Defaut is NULLL leading to Doh. |
previous_data |
Prexisting data. Must be NULL or a csv leading to a dataframe Defaut is NULL leading to an empty data frame |
dataframe A dataframe with names as attributes and containing several columns : - Weight (numeric) - Temperature (numeric) - Date (datetime) - Hour (datetime) - Mother milk (numeric) - Powder milk (numeric) - Lactation left (boolean) - Lactation right (boolean) - Vomit (integer) - Urin (integer) - Poop (integer)
1 | create_new_data(firstname = "Test", surname = "Retest")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.