Skip to content

Commit 7b6b9bd

Browse files
committed
style: styler (GHA)
1 parent 53d8201 commit 7b6b9bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/epidatr.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ states_map <- map_data("state")
211211
212212
# Convert state abbreviations into state names
213213
cli_states <- mutate(
214-
cli_states, state = ifelse(
214+
cli_states,
215+
state = ifelse(
215216
geo_value == "dc",
216217
"district of columbia",
217218
state.name[match(geo_value, tolower(state.abb))] %>% tolower()

0 commit comments

Comments
 (0)