-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(append_datetime_features)
export(create_blank_pipeline)
export(download_zip)
export(get_col_types)
export(get_dataset_report)
export(get_env_report)
export(get_package_report)
export(get_reports)
export(get_timestamp)
export(get_todo_report)
export(is_dataframe_or_tibble)
export(read_it)
export(write_it)
import(tidyverse)
import(usethis)
importFrom(cli,cli_alert_info)
importFrom(digest,digest)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(fs,dir_create)
importFrom(fs,file_create)
importFrom(glue,glue)
importFrom(lubridate,as_date)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,month)
importFrom(lubridate,round_date)
importFrom(lubridate,wday)
importFrom(lubridate,week)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(purrr,map_df)
importFrom(rlang,is_interactive)
importFrom(rstudioapi,isAvailable)
importFrom(stringr,str_sub)
importFrom(tibble,tibble)