-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 881 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 881 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
35
36
# Generated by roxygen2: do not edit by hand
S3method(print,tt)
S3method(print,tt_data)
S3method(print,tt_dataset_table)
S3method(print,tt_dataset_table_list)
export(readme)
export(tt_available)
export(tt_datasets)
export(tt_load)
export(tt_load_gh)
export(tt_read_data)
import(dplyr)
import(readxl)
import(rvest)
import(tools)
import(xml2)
importFrom(lubridate,as_date)
importFrom(lubridate,day)
importFrom(lubridate,is.Date)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,viewer)
importFrom(rvest,html_table)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,download.file)
importFrom(xml2,read_html)