forked from OuhscBbmc/REDCapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
54 lines (53 loc) · 1.53 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
export(checkbox_choices)
export(constant)
export(constant_to_access)
export(constant_to_export_rights)
export(constant_to_form_completion)
export(constant_to_form_rights)
export(create_batch_glossary)
export(create_credential_local)
export(redcap_arm_export)
export(redcap_column_sanitize)
export(redcap_dag_read)
export(redcap_delete)
export(redcap_download_file_oneshot)
export(redcap_download_instrument)
export(redcap_event_instruments)
export(redcap_event_read)
export(redcap_file_download_oneshot)
export(redcap_file_upload_oneshot)
export(redcap_instrument_download)
export(redcap_instruments)
export(redcap_log_read)
export(redcap_metadata_coltypes)
export(redcap_metadata_read)
export(redcap_metadata_write)
export(redcap_next_free_record_name)
export(redcap_project)
export(redcap_project_info_read)
export(redcap_read)
export(redcap_read_oneshot)
export(redcap_report)
export(redcap_survey_link_export_oneshot)
export(redcap_upload_file_oneshot)
export(redcap_users_export)
export(redcap_variables)
export(redcap_version)
export(redcap_write)
export(redcap_write_oneshot)
export(regex_named_captures)
export(retrieve_credential_local)
export(retrieve_credential_mssql)
export(sanitize_token)
export(validate_data_frame_inherits)
export(validate_field_names)
export(validate_for_write)
export(validate_no_logical)
export(validate_record_id_name)
export(validate_repeat_instance)
export(validate_uniqueness)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(utils,type.convert)