documentation

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-20 12:09:53 +01:00
parent b7e0873b00
commit 91d41d975a
No known key found for this signature in database
3 changed files with 17 additions and 1 deletions

View File

@ -60,12 +60,14 @@ Imports:
assertthat,
openxlsx2,
readODS,
forcats
forcats,
rlang
Collate:
'REDCapCAST-package.R'
'utils.r'
'process_user_input.r'
'REDCap_split.r'
'as_factor.R'
'doc2dd.R'
'ds2dd.R'
'ds2dd_detailed.R'

View File

@ -1,10 +1,16 @@
# Generated by roxygen2: do not edit by hand
S3method(as_factor,character)
S3method(as_factor,haven_labelled)
S3method(as_factor,labelled)
S3method(as_factor,logical)
S3method(as_factor,numeric)
S3method(process_user_input,character)
S3method(process_user_input,data.frame)
S3method(process_user_input,default)
S3method(process_user_input,response)
export(REDCap_split)
export(as_factor)
export(case_match_regex_list)
export(char2choice)
export(char2cond)
@ -17,6 +23,7 @@ export(ds2dd)
export(ds2dd_detailed)
export(easy_redcap)
export(export_redcap_instrument)
export(fct2num)
export(file_extension)
export(focused_metadata)
export(format_subheader)
@ -28,6 +35,7 @@ export(haven_all_levels)
export(html_tag_wrap)
export(is_repeated_longitudinal)
export(match_fields_to_form)
export(named_levels)
export(numchar2fct)
export(parse_data)
export(process_user_input)
@ -51,5 +59,6 @@ importFrom(keyring,key_set)
importFrom(openxlsx2,read_xlsx)
importFrom(purrr,reduce)
importFrom(readr,parse_time)
importFrom(rlang,check_dots_used)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)

View File

@ -22,5 +22,10 @@ Useful links:
\author{
\strong{Maintainer}: Andreas Gammelgaard Damsbo \email{agdamsbo@clin.au.dk} (\href{https://orcid.org/0000-0002-7559-1154}{ORCID})
Authors:
\itemize{
\item Paul Egeler \email{paulegeler@gmail.com} (\href{https://orcid.org/0000-0001-6948-9498}{ORCID})
}
}
\keyword{internal}