-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
356 lines (355 loc) · 10.7 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
# Generated by roxygen2: do not edit by hand
export(add_external_resources)
export(add_resource_path)
export(app_favicon)
export(app_js)
export(app_server)
export(app_styles)
export(app_ui)
export(check_headers)
export(check_request)
export(check_response)
export(compile_styles)
export(construct_entrata_leases_request_method_params)
export(create_tbl)
export(db_connect)
export(elapsed_months)
export(end_of_month)
export(entrata_leases)
export(entrata_logger_init)
export(entrata_properties)
export(entrata_properties_getFloorPlans)
export(entrata_properties_getProperties)
export(entrata_reports)
export(entrata_reports_list)
export(entrata_req_auth)
export(entrata_req_body)
export(entrata_req_endpoint)
export(entrata_req_error)
export(entrata_req_hash)
export(entrata_req_headers)
export(entrata_req_log)
export(entrata_req_pagination)
export(entrata_req_retry)
export(entrata_req_user_agent)
export(entrata_req_validate)
export(entrata_request)
export(entrata_resp_body)
export(entrata_resp_body_error)
export(entrata_resp_body_success)
export(entrata_resp_error_body)
export(entrata_resp_is_error)
export(entrata_resp_is_transient)
export(entrata_resp_log)
export(entrata_resp_parse_lease_activities)
export(entrata_resp_parse_lease_customers)
export(entrata_resp_parse_lease_intervals)
export(entrata_resp_parse_lease_scheduled_charges)
export(entrata_resp_parse_leases)
export(entrata_resp_retry_after)
export(entrata_resp_validate)
export(extract_date)
export(extract_phone_number)
export(footer_client_section)
export(footer_copyright_section)
export(footer_logo_section)
export(footer_top_section)
export(format_phone_number)
export(geocode_address)
export(get_db_config)
export(get_default_method_version)
export(get_entrata_config)
export(get_latest_report_version)
export(get_leasing_period)
export(get_leasing_period_end_date)
export(get_leasing_period_start_date)
export(get_weekly_period)
export(get_weekly_period_end_date)
export(get_weekly_period_start_date)
export(get_weeks_left_to_lease)
export(get_weeks_of_year)
export(icon_text)
export(leasing_week_input)
export(mod_excel_report_demo)
export(mod_excel_report_server)
export(mod_excel_report_ui)
export(mod_footer_server)
export(mod_footer_ui)
export(mod_market_survey_amenities_demo)
export(mod_market_survey_amenities_server)
export(mod_market_survey_amenities_ui)
export(mod_market_survey_demo)
export(mod_market_survey_fees_demo)
export(mod_market_survey_fees_server)
export(mod_market_survey_fees_ui)
export(mod_market_survey_hours_demo)
export(mod_market_survey_hours_server)
export(mod_market_survey_hours_ui)
export(mod_market_survey_insights_demo)
export(mod_market_survey_insights_server)
export(mod_market_survey_insights_ui)
export(mod_market_survey_leasing_summary_demo)
export(mod_market_survey_leasing_summary_server)
export(mod_market_survey_leasing_summary_ui)
export(mod_market_survey_notes_demo)
export(mod_market_survey_notes_server)
export(mod_market_survey_notes_ui)
export(mod_market_survey_overview_demo)
export(mod_market_survey_overview_server)
export(mod_market_survey_overview_ui)
export(mod_market_survey_parking_demo)
export(mod_market_survey_parking_server)
export(mod_market_survey_parking_ui)
export(mod_market_survey_property_summary_demo)
export(mod_market_survey_property_summary_server)
export(mod_market_survey_property_summary_ui)
export(mod_market_survey_rents_demo)
export(mod_market_survey_rents_server)
export(mod_market_survey_rents_ui)
export(mod_market_survey_server)
export(mod_market_survey_short_term_leases_demo)
export(mod_market_survey_short_term_leases_server)
export(mod_market_survey_short_term_leases_ui)
export(mod_market_survey_ui)
export(mod_market_survey_utilities_demo)
export(mod_market_survey_utilities_server)
export(mod_market_survey_utilities_ui)
export(mod_sidebar_filters_server)
export(mod_sidebar_filters_ui)
export(mod_sidebar_server)
export(mod_sidebar_ui)
export(mod_sidebar_user_profile_server)
export(mod_sidebar_user_profile_ui)
export(mod_title_server)
export(mod_title_ui)
export(modify_list)
export(parse_floorplans_response)
export(parse_properties_response)
export(parse_property_address_data)
export(parse_property_base_data)
export(parse_property_custom_keys)
export(parse_property_hours)
export(parse_property_lease_term_windows)
export(parse_property_phones)
export(parse_property_post_months)
export(parse_property_space_options)
export(pkg_sys)
export(run_app)
export(start_of_month)
export(summarize_leases)
export(text_icon)
export(validate_entrata_config)
export(with_loader)
export(with_tooltip)
importFrom(DBI,dbExecute)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(bsicons,bs_icon)
importFrom(bslib,accordion)
importFrom(bslib,accordion_panel)
importFrom(bslib,bs_theme)
importFrom(bslib,card)
importFrom(bslib,card_body)
importFrom(bslib,card_footer)
importFrom(bslib,card_header)
importFrom(bslib,input_task_button)
importFrom(bslib,layout_column_wrap)
importFrom(bslib,layout_columns)
importFrom(bslib,nav_item)
importFrom(bslib,nav_menu)
importFrom(bslib,nav_panel)
importFrom(bslib,nav_spacer)
importFrom(bslib,page_fluid)
importFrom(bslib,page_navbar)
importFrom(bslib,run_with_themer)
importFrom(bslib,sidebar)
importFrom(bslib,tooltip)
importFrom(bslib,value_box)
importFrom(cli,cat_rule)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_bullets)
importFrom(config,get)
importFrom(dbplyr,in_schema)
importFrom(dbx,dbxExecute)
importFrom(dbx,dbxInsert)
importFrom(dialr,get_type)
importFrom(dialr,phone)
importFrom(digest,digest)
importFrom(dint,date_ym)
importFrom(dint,is_date_ym)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,collect)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,glimpse)
importFrom(dplyr,group_by)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tbl)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(fontawesome,fa)
importFrom(fontawesome,fa_i)
importFrom(ggmap,geocode)
importFrom(ggmap,has_google_key)
importFrom(ggmap,register_google)
importFrom(glue,glue)
importFrom(htmltools,HTML)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(httr2,req_auth_basic)
importFrom(httr2,req_body_json)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_progress)
importFrom(httr2,req_retry)
importFrom(httr2,req_url_path)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,req_verbose)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_content_type)
importFrom(httr2,resp_header_exists)
importFrom(httr2,resp_headers)
importFrom(httr2,resp_status)
importFrom(httr2,resp_status_desc)
importFrom(janitor,clean_names)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonvalidate,json_validate)
importFrom(leaflet,addAwesomeMarkers)
importFrom(leaflet,addLegend)
importFrom(leaflet,addTiles)
importFrom(leaflet,awesomeIcons)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,renderLeaflet)
importFrom(leaflet,setView)
importFrom(lobstr,obj_size)
importFrom(logger,appender_tee)
importFrom(logger,formatter_glue)
importFrom(logger,layout_glue_colors)
importFrom(logger,log_appender)
importFrom(logger,log_formatter)
importFrom(logger,log_info)
importFrom(logger,log_layout)
importFrom(logger,log_threshold)
importFrom(lubridate,as_date)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(lubridate,floor_date)
importFrom(lubridate,is.Date)
importFrom(lubridate,make_date)
importFrom(lubridate,mdy)
importFrom(lubridate,month)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(mime,guess_type)
importFrom(pkgload,load_all)
importFrom(pool,dbIsValid)
importFrom(pool,poolCheckout)
importFrom(pool,poolReturn)
importFrom(purrr,compact)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,pluck_exists)
importFrom(purrr,walk2)
importFrom(readr,read_csv)
importFrom(readr,read_file)
importFrom(rlang,"!!!")
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,arg_match)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_env)
importFrom(rlang,is_function)
importFrom(rlang,pkg_env)
importFrom(sass,sass)
importFrom(sass,sass_file)
importFrom(sass,sass_options_get)
importFrom(sass,sass_options_set)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,bindEvent)
importFrom(shiny,icon)
importFrom(shiny,includeCSS)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,shinyApp)
importFrom(shiny,showNotification)
importFrom(shiny,textOutput)
importFrom(shiny,withProgress)
importFrom(shinyWidgets,airDatepickerInput)
importFrom(shinyWidgets,airYearpickerInput)
importFrom(shinyWidgets,noUiSliderInput)
importFrom(shinyWidgets,numericInputIcon)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,progressBar)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,textInputIcon)
importFrom(shinyWidgets,updateAirDateInput)
importFrom(shinyWidgets,updateNumericInputIcon)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinyWidgets,updateProgressBar)
importFrom(shinyWidgets,updateRadioGroupButtons)
importFrom(shinyWidgets,updateTextInputIcon)
importFrom(shinyWidgets,useSweetAlert)
importFrom(shinycustomloader,withLoader)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,useShinyjs)
importFrom(shinyvalidate,InputValidator)
importFrom(shinyvalidate,sv_gt)
importFrom(shinyvalidate,sv_regex)
importFrom(shinyvalidate,sv_required)
importFrom(shinyvalidate,sv_url)
importFrom(snakecase,to_lower_camel_case)
importFrom(snakecase,to_snake_case)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_title)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(utils,getFromNamespace)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(waiter,spin_fading_circles)
importFrom(waiter,use_waiter)
importFrom(waiter,waiterShowOnLoad)
importFrom(waiter,waiter_hide)
importFrom(waiter,waiter_show)
importFrom(yaml,read_yaml)