-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(annotate_data)
export(build_section_spreadsheet_title)
export(create_master_spreadsheet)
export(create_spreadsheets_180)
export(create_spreadsheets_200)
export(delete_section_spreadsheet)
export(get_master_data)
export(get_next_strainid)
export(get_section_data_180)
export(get_section_data_180_key)
export(get_section_data_200)
export(get_section_data_200_key)
export(gs_auth)
export(is_course)
export(is_drug)
export(is_drug_abbr)
export(is_quarter)
export(is_section)
export(is_strain_id)
export(list_course_spreadsheets)
export(load_platemaps)
export(make_MIC_control_plots)
export(make_MIC_section_plots)
export(master_add_section_data_180)
export(master_add_section_data_200)
export(number_as_section)
export(number_as_strainid)
export(parse_sheet_title)
export(plot_mic_plate)
export(read_spec_data)
export(save_master_data)
export(save_section_data_180)
export(save_section_data_200)
export(section_as_number)
export(select_section_spreadsheets)
export(sheet_exists)
export(strain_name)
export(strainid_as_number)
export(theme_bdc_grey)
export(theme_microtiter)
export(view_section_spreadsheet)
export(view_section_spreadsheet_180)
export(view_section_spreadsheet_200)
import(ggplot2)
importFrom(googlesheets,gs_auth)
importFrom(magrittr,"%>%")