-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 924 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 924 Bytes
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
# Generated by roxygen2: do not edit by hand
export(manifest_from_excel)
export(manifest_from_gdc)
import(GenomicDataCommons)
import(ggplot2)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,summarize)
importFrom(jinjar,jinjar_config)
importFrom(jinjar,package_loader)
importFrom(jinjar,render)
importFrom(knitr,knit2html)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(rvest,html_elements)
importFrom(rvest,html_table)
importFrom(rvest,html_text2)
importFrom(rvest,read_html)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(utils,globalVariables)