Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error with print_report() #192

Closed
3 of 4 tasks
avallecam opened this issue Oct 24, 2024 · 1 comment · Fixed by #193
Closed
3 of 4 tasks

error with print_report() #192

avallecam opened this issue Oct 24, 2024 · 1 comment · Fixed by #193

Comments

@avallecam
Copy link
Member

Please place an "x" in all the boxes that apply

  • I have the most recent version of cleanepi and R
  • I have found a bug
  • I have a reproducible example
  • I want to request a new feature

Please include a brief description of the problem with a code example:

library(cleanepi)

# Read data
dat <- readRDS(system.file("extdata", "test_df.RDS", package = "cleanepi"))

# Clean and standardize raw data
dat_clean <- cleanepi::standardize_column_names(dat)

# View cleaned data
cleanepi::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)

Created on 2024-10-24 with reprex v2.1.1


@avallecam
Copy link
Member Author

@Karim-Mane possibly #172 aims to solve this issue? If yes, feel free to connect this to the PR or close this issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant