-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
213 lines (212 loc) · 5.83 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# Generated by roxygen2: do not edit by hand
S3method(trim_ws,character)
S3method(trim_ws,data.frame)
S3method(trim_ws,list)
export(EntrataAPI)
export(app_assets)
export(app_controlbar_server)
export(app_controlbar_ui)
export(app_favicon)
export(app_footer_server)
export(app_footer_ui)
export(app_header_server)
export(app_header_ui)
export(app_logo)
export(app_meta)
export(app_server)
export(app_sidebar_server)
export(app_sidebar_ui)
export(app_ui)
export(centered)
export(derive_req_body)
export(display_phone_number)
export(entrata)
export(entrata_leases)
export(entrata_pre_lease_report)
export(entrata_properties)
export(flucol)
export(get_app_config)
export(get_app_global)
export(get_app_globals)
export(get_default_method)
export(get_entrata_report_info)
export(get_entrata_reports_list)
export(get_latest_report_version)
export(get_properties)
export(get_property_ids_filter_param)
export(help_label)
export(help_mark)
export(icon_text)
export(insert_logo)
export(is_app_local)
export(is_boolean_string)
export(make_reactive_trigger)
export(parse_entrata_lease_customers)
export(parse_entrata_lease_intervals)
export(parse_entrata_lease_scheduled_charges)
export(parse_entrata_lease_unit_spaces)
export(parse_entrata_leases)
export(parse_entrata_properties)
export(parse_guess_all)
export(parse_property_res_data)
export(picker)
export(picker_entrata_reports)
export(req_retry_after)
export(req_retry_backoff)
export(req_retry_is_transient)
export(req_should_retry)
export(res_err_body)
export(res_is_err)
export(run_app)
export(run_with_opts)
export(set_app_global)
export(strip_phone_number)
export(trim_ws)
export(trim_ws.default)
export(user_agent)
export(validate_entrata_config)
export(validate_entrata_endpoint_method)
export(validate_entrata_report_name)
export(validate_entrata_request)
export(validate_entrata_request_endpoint)
export(validate_entrata_request_endpoint_method)
export(validate_entrata_request_method_params)
export(verify_css)
export(view_list)
export(write_json_schema)
export(yaml_to_json)
export(yaml_to_list)
importFrom(R6,R6Class)
importFrom(bs4Dash,bs4DashControlbar)
importFrom(bs4Dash,bs4DashFooter)
importFrom(bs4Dash,bs4DashNavbar)
importFrom(bs4Dash,bs4DashPage)
importFrom(bs4Dash,bs4DashSidebar)
importFrom(bs4Dash,controlbarItem)
importFrom(bs4Dash,controlbarMenu)
importFrom(bs4Dash,menuItem)
importFrom(bs4Dash,sidebarMenu)
importFrom(cachem,cache_disk)
importFrom(cachem,cache_mem)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(config,get)
importFrom(desc,desc_get)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(fs,path_temp)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(htmltools,HTML)
importFrom(htmltools,includeMarkdown)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(httr2,req_auth_basic)
importFrom(httr2,req_body_json)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_retry)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_headers)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,prettify)
importFrom(jsonlite,toJSON)
importFrom(listviewer,jsonedit)
importFrom(lubridate,mdy)
importFrom(lubridate,parse_date_time)
importFrom(memoise,memoise)
importFrom(memoise,timeout)
importFrom(metathis,meta)
importFrom(metathis,meta_general)
importFrom(metathis,meta_name)
importFrom(metathis,meta_social)
importFrom(metathis,meta_tag)
importFrom(metathis,meta_viewport)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,createStyle)
importFrom(purrr,compact)
importFrom(purrr,list_flatten)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,modify)
importFrom(purrr,pluck)
importFrom(purrr,pluck_exists)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(readr,parse_guess)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,abort)
importFrom(rlang,arg_match)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,ns_env)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,bindEvent)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,icon)
importFrom(shiny,img)
importFrom(shiny,isolate)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyOptions)
importFrom(shiny,showModal)
importFrom(shiny,sliderInput)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textOutput)
importFrom(shinyFeedback,useShinyFeedback)
importFrom(shinyWidgets,confirmSweetAlert)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinydashboard,dropdownMenu)
importFrom(shinyjs,runjs)
importFrom(shinyjs,useShinyjs)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibblify,tib_chr)
importFrom(tibblify,tib_df)
importFrom(tibblify,tib_int)
importFrom(tibblify,tib_lgl)
importFrom(tibblify,tib_row)
importFrom(tibblify,tib_unspecified)
importFrom(tibblify,tibblify)
importFrom(tibblify,tspec_df)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,unzip)
importFrom(waiter,useWaiter)
importFrom(yaml,read_yaml)
importFrom(ymlthis,is_yml)