View source: R/is_dgm_friendly.R
is_dgm_friendly | R Documentation |
Takes an activity dataset as input and gives information about 1) If a dataset is digiRhythm friendly, i.e., the functions used can work with this dataset and 2) Tells what's wrong, if any.
is_dgm_friendly(data, verbose = FALSE)
data |
The dataframe containing the activity data |
verbose |
if TRUE, prints info about the dataset |
Boolean. If True, the dataframe is digirhythm friendly. If False, the dataframe is not digirhythm friendly.
data("df516b_2", package = "digiRhythm")
d <- df516b_2
is_dgm_friendly(data = d, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.