-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
63 lines (62 loc) · 1.56 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(bvq_connect)
export(bvq_items)
export(bvq_logs)
export(bvq_norms)
export(bvq_participants)
export(bvq_responses)
export(bvq_vocabulary)
export(enquo)
export(enquos)
export(get_bvq_runs)
export(get_doe)
export(get_longitudinal)
export(prop_adj)
export(track_progress)
import(dplyr)
import(rlang)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_progress_done)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_progress_update)
importFrom(cli,qty)
importFrom(dplyr,across)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,if_any)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(formr,formr_connect)
importFrom(formr,formr_raw_results)
importFrom(googlesheets4,gs4_auth)
importFrom(googlesheets4,gs4_has_token)
importFrom(googlesheets4,read_sheet)
importFrom(janitor,make_clean_names)
importFrom(lifecycle,deprecated)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,time_length)
importFrom(lubridate,today)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,set_names)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_xlsx)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,browseURL)