-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
91 lines (90 loc) · 2.77 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
S3method(check_annotation_keys,"NULL")
S3method(check_annotation_keys,data.frame)
S3method(check_annotation_keys,synapseclient.entity.File)
S3method(check_annotation_keys,synapseclient.table.CsvFileTable)
S3method(check_annotation_values,"NULL")
S3method(check_annotation_values,data.frame)
S3method(check_annotation_values,synapseclient.entity.File)
S3method(check_annotation_values,synapseclient.table.CsvFileTable)
S3method(valid_annotation_keys,"NULL")
S3method(valid_annotation_keys,data.frame)
S3method(valid_annotation_keys,synapseclient.entity.File)
S3method(valid_annotation_keys,synapseclient.table.CsvFileTable)
S3method(valid_annotation_values,"NULL")
S3method(valid_annotation_values,data.frame)
S3method(valid_annotation_values,synapseclient.entity.File)
S3method(valid_annotation_values,synapseclient.table.CsvFileTable)
export(.onLoad)
export(add_dictionary_sheets)
export(app_server)
export(app_ui)
export(attempt_login)
export(can_coerce)
export(check_ages_over_90)
export(check_all)
export(check_annotation_keys)
export(check_annotation_values)
export(check_certified_user)
export(check_col_names)
export(check_cols_assay)
export(check_cols_biospecimen)
export(check_cols_complete)
export(check_cols_empty)
export(check_cols_individual)
export(check_cols_manifest)
export(check_complete_ids)
export(check_condition)
export(check_duplicate_paths)
export(check_fail)
export(check_files_manifest)
export(check_ids_match)
export(check_indiv_ids_dup)
export(check_indiv_ids_match)
export(check_invalid_characters)
export(check_keys)
export(check_parent_syn)
export(check_pass)
export(check_schema_df)
export(check_schema_json)
export(check_specimen_ids_dup)
export(check_specimen_ids_match)
export(check_team_membership)
export(check_values)
export(check_warn)
export(df_to_json_list)
export(file_summary_server)
export(file_summary_ui)
export(gather_template_ids)
export(get_metadataType_indices)
export(get_synapse_annotations)
export(get_synapse_schema)
export(get_synapse_table)
export(get_template)
export(get_template_keys_schema)
export(get_template_keys_synID)
export(get_template_synIDs)
export(mod_main_server)
export(mod_main_ui)
export(mod_synapse_oauth_server)
export(mod_synapse_oauth_ui)
export(oauth_process)
export(report_unsatisfied_requirements)
export(results_boxes_server)
export(results_boxes_ui)
export(run_app)
export(set_staging_endpoints)
export(setup_global_oauth_vars)
export(update_template_dictionaries)
export(valid_annotation_keys)
export(valid_annotation_values)
export(verify_dictionary_structure)
export(with_busy_indicator_server)
export(with_busy_indicator_ui)
import(shiny)
import(shinydashboard)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(shiny,shinyApp)
importFrom(shinyBS,popify)