-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
73 lines (72 loc) · 1.78 KB
/
Copy pathNAMESPACE
File metadata and controls
73 lines (72 loc) · 1.78 KB
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
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(add_data_loader)
export(add_fund_index_map)
export(add_fund_urls)
export(adjust_for_split)
export(build_all_series)
export(chance_alive)
export(chance_alive_es_aasmr)
export(clear_data_loaders)
export(clear_fund_index_map)
export(clear_inkscape_queue)
export(clear_storage)
export(download_fund_data)
export(export_pngs)
export(fundsr_default_session)
export(fundsr_example_data)
export(fundsr_options)
export(fundsr_session)
export(get_fund_index_map)
export(get_storage)
export(import_fund)
export(join_env)
export(load_fund)
export(plot_chance_alive)
export(plot_chance_alive_es_aasmr)
export(plot_roll_diffs)
export(read_es_aasmr)
export(read_life_table)
export(read_timeseries)
export(read_timeseries_excel)
export(reset_state)
export(roll_diffs)
export(run_data_loaders)
export(run_plots)
export(save_plot)
export(store_timeseries)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(purrr,set_names)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,sym)