This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -31,3 +31,6 @@ data/venice.rds
|
|||||||
data/venice_facts.rds
|
data/venice_facts.rds
|
||||||
data/beaches.rds
|
data/beaches.rds
|
||||||
.Renviron
|
.Renviron
|
||||||
|
.aider*
|
||||||
|
.env
|
||||||
|
.env
|
||||||
|
|||||||
3
app.R
3
app.R
@@ -17,6 +17,9 @@ source("./R/config.R")
|
|||||||
source("./R/app_ui.R")
|
source("./R/app_ui.R")
|
||||||
source("./R/app_server.R")
|
source("./R/app_server.R")
|
||||||
|
|
||||||
|
# Load data needed at UI construction time
|
||||||
|
sbdvn <- sf::st_read(app_config$data_paths$plats)
|
||||||
|
|
||||||
# Create the app
|
# Create the app
|
||||||
ui <- create_ui()
|
ui <- create_ui()
|
||||||
server <- create_server
|
server <- create_server
|
||||||
|
|||||||
BIN
data/listings.rds
Normal file
BIN
data/listings.rds
Normal file
Binary file not shown.
@@ -1 +1,2 @@
|
|||||||
"submitted_at","address","price","sqft","name","email","cell"
|
"submitted_at","address","price","sqft","name","email","cell"
|
||||||
|
"2026-03-09 21:45:25","863 Tartan",325000,1800,"Cuba Gooding Jr.","khuon68@gmail.com","2708695112"
|
||||||
|
|||||||
|
BIN
data/sales.rds
Normal file
BIN
data/sales.rds
Normal file
Binary file not shown.
Reference in New Issue
Block a user