-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(rsr_demographics)
export(rsr_departures)
export(rsr_indicators)
export(rsr_login)
export(rsr_submissions)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(httr,set_cookies)
importFrom(httr,write_disk)
importFrom(lubridate,make_date)
importFrom(lubridate,rollforward)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,modify_if)
importFrom(purrr,pluck)
importFrom(readr,parse_number)
importFrom(readxl,read_excel)
importFrom(rvest,html_attr)
importFrom(rvest,html_form)
importFrom(rvest,html_form_set)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,session)
importFrom(rvest,session_jump_to)
importFrom(rvest,session_submit)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_to_sentence)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,contains)
importFrom(tidyselect,last_col)