Spaces:
Sleeping
Sleeping
remove deprected functions
Browse files
server.R
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Define the server logic
|
| 2 |
-
|
| 3 |
|
| 4 |
# Reactive expression to filter the Parquet data by year and month
|
| 5 |
filtered_parquet_data <- reactive({
|
|
@@ -287,4 +287,5 @@ shinyServer(function(input, output, session) {
|
|
| 287 |
)
|
| 288 |
|
| 289 |
|
| 290 |
-
}
|
|
|
|
|
|
| 1 |
# Define the server logic
|
| 2 |
+
function(input, output, session) {
|
| 3 |
|
| 4 |
# Reactive expression to filter the Parquet data by year and month
|
| 5 |
filtered_parquet_data <- reactive({
|
|
|
|
| 287 |
)
|
| 288 |
|
| 289 |
|
| 290 |
+
}
|
| 291 |
+
|