You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a brief description of the problem with a code example:
library(cleanepi)
# Read datadat<- readRDS(system.file("extdata", "test_df.RDS", package="cleanepi"))
# Clean and standardize raw datadat_clean<-cleanepi::standardize_column_names(dat)
# View cleaned datacleanepi::print_report(dat_clean)
#> Generating html report in C:\Users\ANDREE~1\AppData\Local\Temp\RtmpiUZxSo#> Error in `reactable::reactable()`:#> ! `data` must be a data frame or matrix#> #> Quitting from lines 94-165 [scan_data] (skeleton.Rmd)
Please place an "x" in all the boxes that apply
Please include a brief description of the problem with a code example:
Created on 2024-10-24 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: