mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
fct_drop refined
This commit is contained in:
parent
f22a0a56b2
commit
7d82eeebd4
8 changed files with 92 additions and 17 deletions
|
|
@ -7,6 +7,8 @@ S3method(as_factor,haven_labelled)
|
|||
S3method(as_factor,labelled)
|
||||
S3method(as_factor,logical)
|
||||
S3method(as_factor,numeric)
|
||||
S3method(fct_drop,data.frame)
|
||||
S3method(fct_drop,factor)
|
||||
S3method(process_user_input,character)
|
||||
S3method(process_user_input,data.frame)
|
||||
S3method(process_user_input,default)
|
||||
|
|
@ -34,7 +36,6 @@ export(easy_redcap)
|
|||
export(export_redcap_instrument)
|
||||
export(fct2num)
|
||||
export(fct_drop)
|
||||
export(fct_drop.data.frame)
|
||||
export(file_extension)
|
||||
export(focused_metadata)
|
||||
export(format_redcap_factor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue