forked from tidyverse/tidyverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
33 lines (32 loc) · 895 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,tidyverse_conflicts)
S3method(print,tidyverse_logo)
export(tidyverse_conflicts)
export(tidyverse_deps)
export(tidyverse_logo)
export(tidyverse_packages)
export(tidyverse_sitrep)
export(tidyverse_update)
importFrom(broom,tidy)
importFrom(dbplyr,db_collect)
importFrom(dtplyr,lazy_dt)
importFrom(forcats,fct_c)
importFrom(ggplot2,ggplot)
importFrom(googledrive,drive_find)
importFrom(googlesheets4,read_sheet)
importFrom(haven,read_sas)
importFrom(hms,hms)
importFrom(httr,GET)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(modelr,add_predictions)
importFrom(pillar,pillar)
importFrom(readr,read_csv)
importFrom(readxl,read_excel)
importFrom(reprex,reprex)
importFrom(rlang,qq_show)
importFrom(rvest,html_node)
importFrom(stringr,str_c)
importFrom(tidyr,spread)
importFrom(xml2,read_xml)