Skip to content

Commit 0b4ff24

Browse files
author
bostdm
committed
Fix formatting lints
1 parent 92a7f5b commit 0b4ff24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chapters/05-01-hcup-amadeus-usecase.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ This tutorial includes the following steps:
3838

3939
```{r eval = FALSE}
4040
# install required packages
41-
install.packages(c("readr", "data.table", "sf", "tidyverse", "tigris","dplyr", "amadeus"))
41+
install.packages(c("readr", "data.table", "sf", "tidyverse", "tigris", "dplyr",
42+
"amadeus"))
4243
4344
# load required packages
4445
library(readr)
@@ -260,7 +261,7 @@ total_smoke_density <- temp_covar %>%
260261
sum_light = sum(light_00000, na.rm = TRUE),
261262
sum_medium = sum(medium_00000, na.rm = TRUE),
262263
sum_heavy = sum(heavy_00000, na.rm = TRUE),
263-
geometry = st_union(geometry)
264+
geometry = st_union(geometry)
264265
)
265266
print(total_smoke_density)
266267
saveRDS(total_smoke_density, "smoke_density_total_byZip.R")

0 commit comments

Comments
 (0)