Sage-Bionetworks / mhealthtools

A modular R package for extracting features from mobile sensor data
Apache License 2.0
13 stars 10 forks source link

Tapping drift features returning error on tibble dataframe #223

Open arytontediarjo opened 3 years ago

arytontediarjo commented 3 years ago

Ran feature extraction on tapping, but drift features are producing an error when using tibble data frame as input on mhealthtools::get_tapping_features()

Warning messages: 1: In mean.default(tap_drift, na.rm = TRUE) : argument is not numeric or logical: returning NA 2: In mean.default(tap_drift, na.rm = TRUE) : argument is not numeric or logical: returning NA