-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 2.46 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
# Generated by roxygen2: do not edit by hand
export(COLUMN_NAMES)
export(CULTURE_ORGANISM_LIST)
export(PREFIX_LIST)
export(TEST_LIST)
export(VALUES_TO_KEEP)
export(add_first_line_as_column_name)
export(add_spaces_to_lines)
export(add_string_to_first_line)
export(arln_process_dfs_to_row)
export(capitalize_column_names)
export(clean_excel_column_names)
export(convert_date_columns)
export(convert_excel_dates)
export(create_cpo_seq)
export(create_dataframe_from_lines)
export(create_event_dataframe_from_lines)
export(create_excel_cpo)
export(create_sentinel)
export(create_table_arln)
export(create_tenn_arln)
export(create_web_portal)
export(create_word_alert)
export(cut_off_time)
export(data_rows)
export(docx_extract_table)
export(docx_rename_columns_with_first_row)
export(drop_empty_rows)
export(excel_cpo_extractor)
export(excel_set_second_row_as_colnames)
export(extract_accession_info)
export(extract_from_dataframe)
export(extract_key_value)
export(extract_tables_from_lines)
export(fill_missing_columns)
export(get_facility_data)
export(parse_lines_to_dataframe)
export(pdf_extract_lines_between)
export(pdf_split_lines_into_columns)
export(prefix_column_single_by_test)
export(process_excel_cpo)
export(process_excel_sentinel)
export(process_pdf_cpo_seq)
export(process_tenn_arln)
export(process_web_portal)
export(process_word_alert)
export(remove_empty_lines)
export(remove_lines_before_string)
export(rename_columns_for_join)
export(rename_dataframe_columns)
export(replace_dob_with_date_of_birth)
export(replace_double_underscore)
export(replace_excel_dots_with_underscores)
export(replace_hash_with_num)
export(replace_hyphens_with_na)
export(replace_spaces_with_underscores)
export(results_processing)
export(search_for_culture_organism)
export(select_rows_by_list)
export(tenn_arln_pdf_extractor)
export(tenn_cpo_seq_extractor)
export(trim_whitespace)
export(word_extraction)
importFrom(docxtractr,docx_extract_all_tbls)
importFrom(docxtractr,read_docx)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,where)
importFrom(magrittr,"%>%")
importFrom(openxlsx,read.xlsx)
importFrom(pdftools,pdf_text)
importFrom(readxl,read_excel)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_wider)
importFrom(tools,file_ext)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)