is_dgm_friendly: Informs if a dataset is digiRhythm Friendly
Description
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.
Usage
is_dgm_friendly(data, verbose = FALSE)
Value
Boolean. If True, the dataframe is digirhythm friendly. If False, the
dataframe is not digirhythm friendly.