mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
slightly modified mtcars for upload testing
This commit is contained in:
parent
05c0f35016
commit
77989a21ed
2 changed files with 38 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
mtcars |> dplyr::mutate(record_id=seq_len(n()),
|
||||
name=rownames(mtcars)
|
||||
) |>
|
||||
dplyr::select(record_id,dplyr::everything()) |>
|
||||
write.csv(here::here("data/mtcars_redcap.csv"),row.names = FALSE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue