-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (37 loc) · 1004 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
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
export(i18n)
export(runShinyApp)
export(scrape_checklist_falsterbo)
export(scrape_checklist_norway)
export(scrape_checklist_ottenby)
export(scrape_recoveries_falsterbo)
export(scrape_recoveries_norway)
export(scrape_recoveries_ottenby)
export(update_data)
export(update_log)
import(dplyr)
importFrom(crayon,"%+%")
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,silver)
importFrom(dplyr,"%>%")
importFrom(dplyr,copy_to)
importFrom(dplyr,db_insert_into)
importFrom(dplyr,filter)
importFrom(dplyr,select_)
importFrom(dplyr,select_vars)
importFrom(dplyr,src_sqlite)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stringr,str_dup)
importFrom(tibble,tibble)
importFrom(utils,download.file)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_children)