Closed boxuancui closed 6 years ago
Error message:
label: principle_component_analysis Quitting from lines 154-163 (report.rmd) Error in [.data.frame(data, , -response, with = FALSE) : unused argument (with = FALSE)
[.data.frame
To work around the error in create_report, set input data to data.table.
create_report
data.table
To fix it, set it at beginning of the report template.
Add unit test for all possible combinations.
Error message:
To work around the error in
create_report
, set input data todata.table
.To fix it, set it at beginning of the report template.
Add unit test for all possible combinations.