-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
72 lines (71 loc) · 2.09 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
export(connect_to_db)
export(connect_to_log_db)
export(connect_to_redcap_db)
export(convert_schema_to_sqlite)
export(copy_entire_table_to_db)
export(create_allocation_rows)
export(create_randomization_row)
export(create_test_table)
export(create_test_tables)
export(dataframe_to_redcap_dictionary)
export(dataset_diff)
export(delete_project)
export(disable_non_interactive_quit)
export(enable_randomization_on_a_preconfigured_project_in_production)
export(evaluate_checksums)
export(expire_user_project_rights)
export(export_allocation_tables_from_project)
export(get_bad_emails_from_individual_emails)
export(get_bad_emails_from_listserv_digest)
export(get_current_time)
export(get_hipaa_disclosure_log_from_ehr_fhir_logs)
export(get_institutional_person_data)
export(get_job_duration)
export(get_package_scope_var)
export(get_project_instance)
export(get_project_life_cycle)
export(get_project_name)
export(get_redcap_credentials)
export(get_redcap_db_connection)
export(get_redcap_email_revisions)
export(get_redcap_emails)
export(get_script_name)
export(get_script_run_time)
export(get_table_checksum)
export(get_test_table_names)
export(init_etl)
export(init_log_con)
export(is_db_con)
export(is_on_ci)
export(log_job_debug)
export(log_job_failure)
export(log_job_success)
export(mutate_columns_to_posixct)
export(quit_non_interactive_run)
export(render_report)
export(scrape_user_api_tokens)
export(send_email)
export(set_package_scope_var)
export(set_project_api_token)
export(set_project_instance)
export(set_project_name)
export(set_script_name)
export(set_script_run_time)
export(set_super_api_token)
export(suspend_users_with_no_primary_email)
export(sync_metadata)
export(sync_table)
export(sync_table_2)
export(unnest_job_summary_data_json_object)
export(update_production_allocation_state)
export(update_redcap_email_addresses)
export(write_allocations)
export(write_error_log_entry)
export(write_info_log_entry)
export(write_summary_metrics)
export(write_to_sql_db)
importFrom(magrittr,"%>%")
importFrom(openxlsx,write.xlsx)
importFrom(rlang,.data)
importFrom(sendmailR,"sendmail")