-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
S3method(print,sdc_descriptives)
S3method(print,sdc_distinct_ids)
S3method(print,sdc_dominance)
S3method(print,sdc_min_max)
S3method(print,sdc_model)
S3method(print,sdc_options)
S3method(print,sdc_settings)
export(sdc_descriptives)
export(sdc_log)
export(sdc_min_max)
export(sdc_model)
import(mathjaxr)
importFrom(broom,augment)
importFrom(broom,tidy)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_file)
importFrom(checkmate,assert_int)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_string)
importFrom(checkmate,test_file_exists)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(cli,rule)
importFrom(cli,style_bold)
importFrom(data.table,"%flike%")
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,between)
importFrom(data.table,data.table)
importFrom(data.table,fifelse)
importFrom(data.table,fintersect)
importFrom(data.table,fsetequal)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setnafill)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(data.table,uniqueN)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(utils,head)
importFrom(utils,tail)