You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---title: "Customer Tracker Report"format:
html:
theme:
- lux
- custom.scss---```{r}#| label: pulldata# In real use case, this could be retrieved from databases query for the new date for examplecurr <- readr::read_csv("data/trackerCalcCurr.csv")pre <- readr::read_csv("data/trackerCalcPre.csv")users <- readr::read_csv("data/users.csv")```
Here find_external_resources should find custom.scss without requiring to add
resource_files:
- custom.scss
This would make rsconnect file dependency search to consider this file required to build document on deployed server
The text was updated successfully, but these errors were encountered:
Here
find_external_resources
should findcustom.scss
without requiring to addThis would make rsconnect file dependency search to consider this file required to build document on deployed server
The text was updated successfully, but these errors were encountered: