-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 815 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 815 Bytes
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
# Generated by roxygen2: do not edit by hand
export(ciHS_demographics)
export(clean_dw_transcript)
export(clean_ids)
export(course_success_rate)
export(course_success_rates_publ)
export(infographic)
export(retention)
export(retention_summarized)
export(rs_demographics)
export(rs_fte_contribution)
export(state_fte)
export(stu_not_registered_nxt_qtr)
import(dplyr)
import(gt)
import(stringr)
importFrom(DBI,dbConnect)
importFrom(glue,glue)
importFrom(janitor,clean_names)
importFrom(magrittr,"%>%")
importFrom(odbc,odbc)
importFrom(purrr,pluck)
importFrom(stats,median)
importFrom(stringi,stri_isempty)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tibble,add_row)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)