mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
included shiny app with package, bslib, documentation, fixing NA bug
This commit is contained in:
parent
1189da6c86
commit
3cfdb66a32
21 changed files with 767 additions and 270 deletions
|
|
@ -9,3 +9,11 @@ mtcars_redcap |>
|
|||
write.csv(here::here("data/mtcars_redcap.csv"), row.names = FALSE)
|
||||
|
||||
usethis::use_data(mtcars_redcap, overwrite = TRUE)
|
||||
|
||||
gtsummary::trial|>
|
||||
dplyr::mutate(
|
||||
record_id = dplyr::row_number()
|
||||
) |>
|
||||
dplyr::select(record_id, dplyr::everything())|>
|
||||
write.csv(here::here("drafting/trials_redcap.csv"), row.names = FALSE)
|
||||
|
||||
|
|
|
|||
|
|
@ -11,3 +11,5 @@ redcapcast_data <- REDCapR::redcap_read(
|
|||
# widen.data = FALSE)
|
||||
|
||||
usethis::use_data(redcapcast_data, overwrite = TRUE)
|
||||
|
||||
write.csv(redcapcast_data,here::here("data/redcapcast_data.csv"),row.names = FALSE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue