-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.69 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
64
# Generated by roxygen2: do not edit by hand
export(app_server)
export(app_ui)
export(finn_storrelse_diag)
export(hent_skjema)
export(ki_blodgass)
export(ki_blodgass_forste_aar)
export(ki_elektiv)
export(ki_prom)
export(ki_prom_forste_aar)
export(lag_aktivitetsoversikt)
export(lag_antall_skjema_tabell)
export(lag_datasett_dashboard)
export(lag_fig_aldersfordeling)
export(lag_fig_diagnosefordeling)
export(lag_spcfigur_ki_blodgass)
export(legg_til_aktiv_behandling)
export(legg_til_alder_og_kategori)
export(legg_til_hf_rhf_navn)
export(legg_til_oppdaterte_fylker_og_rekkefolge_helseregion)
export(legg_til_overordnet_diag)
export(legg_til_pasientid)
export(legg_til_pasientinfo)
export(legg_til_stoppinfo)
export(les_data_ltmv)
export(query_all_hospitals)
export(regn_andel_missing)
export(regn_antall)
export(regn_insprev)
export(regn_n_pas)
export(regn_ut_gj_trakestomi)
export(report_processor)
export(run_app)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,join_by)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_inorder)
importFrom(magrittr,"%>%")
importFrom(purrr,walk)
importFrom(readxl,read_excel)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_wider)