clean_bt_list_db | R Documentation |
Clean BabyTime List DB File
clean_bt_list_db(list_db)
list_db |
output from 'read_one_bt_activity_file' |
a Clean BT List DB object
data_dir <- system.file('extdata', package = 'babyTimeR')
baby_dann_db <- read_one_bt_activity_file(
infile = file.path(data_dir, 'activity_Dann_202411.txt')
) |>
clean_bt_list_db()
names(baby_dann_db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.