mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-21 21:10:22 +01:00
updated docs
This commit is contained in:
parent
73573f15f1
commit
635fa2f091
@ -51,17 +51,13 @@ Imports:
|
||||
keyring,
|
||||
purrr,
|
||||
readr,
|
||||
stats,
|
||||
calendar,
|
||||
lubridate,
|
||||
glue
|
||||
stats
|
||||
Collate:
|
||||
'utils.r'
|
||||
'process_user_input.r'
|
||||
'REDCap_split.r'
|
||||
'ds2dd.R'
|
||||
'ds2dd_detailed.R'
|
||||
'ds2ical.R'
|
||||
'easy_redcap.R'
|
||||
'read_redcap_instrument.R'
|
||||
'read_redcap_tables.R'
|
||||
|
@ -5,7 +5,6 @@ export(clean_redcap_name)
|
||||
export(d2w)
|
||||
export(ds2dd)
|
||||
export(ds2dd_detailed)
|
||||
export(ds2ical)
|
||||
export(easy_redcap)
|
||||
export(focused_metadata)
|
||||
export(get_api_key)
|
||||
|
3
NEWS.md
3
NEWS.md
@ -14,8 +14,6 @@
|
||||
|
||||
* NEW: `read_redcap_instrument()` convenience function to retrieve complete instrument. Goes a little against the focused approach. DETAILED INSTRUCTION IS PENDING.
|
||||
|
||||
* NEW: `ds2ical()` converts data set to ical format with easy glue string for summary and description. Export .ics file with `calendar::ic_write()`.
|
||||
|
||||
### Other
|
||||
|
||||
I believe `renv` has now been added and runs correctly. After clone, do `renv::restore()` to install all necessary package to modify the package.
|
||||
@ -26,6 +24,7 @@ I believe `renv` has now been added and runs correctly. After clone, do `renv::r
|
||||
|
||||
* Tests for `ds2dd_detailed()`
|
||||
|
||||
* Tests for new functions.
|
||||
|
||||
# REDCapCAST 24.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user