mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
feat: Include the NHANES dataset for exploration and experimentation
This commit is contained in:
parent
67cfc31304
commit
f4c6ff3635
2 changed files with 5 additions and 2 deletions
|
@ -64,7 +64,9 @@ Imports:
|
||||||
RcppArmadillo,
|
RcppArmadillo,
|
||||||
ggcorrplot,
|
ggcorrplot,
|
||||||
shinyjs,
|
shinyjs,
|
||||||
emmeans
|
emmeans,
|
||||||
|
readxl,
|
||||||
|
NHANES
|
||||||
Suggests:
|
Suggests:
|
||||||
styler,
|
styler,
|
||||||
devtools,
|
devtools,
|
||||||
|
|
|
@ -153,7 +153,8 @@ dummy_Imports <- function() {
|
||||||
cardx::all_of(),
|
cardx::all_of(),
|
||||||
parameters::ci(),
|
parameters::ci(),
|
||||||
DT::addRow(),
|
DT::addRow(),
|
||||||
bslib::accordion()
|
bslib::accordion(),
|
||||||
|
NHANES::NHANES()
|
||||||
)
|
)
|
||||||
# https://github.com/hadley/r-pkgs/issues/828
|
# https://github.com/hadley/r-pkgs/issues/828
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue