-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(fake_base_clients)
export(fake_products)
export(fake_sondage_answers)
export(fake_sondage_people)
export(fake_survey_answers)
export(fake_survey_people)
export(fake_ticket_client)
export(fake_user_feedback)
export(fake_visits)
importFrom(attempt,attempt)
importFrom(attempt,stop_if)
importFrom(attempt,stop_if_any)
importFrom(attempt,stop_if_not)
importFrom(charlatan,ch_color_name)
importFrom(charlatan,ch_company)
importFrom(charlatan,ch_credit_card_provider)
importFrom(charlatan,ch_job)
importFrom(charlatan,ch_name)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(purrr,as_vector)
importFrom(purrr,map)
importFrom(purrr,rerun)
importFrom(stats,rbeta)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(withr,with_seed)