Skip to content

Commit

Permalink
Deleting unwanted example code bit
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Apr 27, 2024
1 parent 872cc74 commit ae3281d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dev/update-creatures.R
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,6 @@ dplyr::glimpse(beasts_v5)
# Non-ASCII Handling ----
## ---------------------------------------- ##



mutate(across(where(is.character),
.fns=\(x){if_else(condition = x == "n/a",
true = NA_character_,
false = x)}))


# Need to check for non-ASCII characters
beasts_v6 <- beasts_v5 %>%
# Process each row separately
Expand Down

0 comments on commit ae3281d

Please sign in to comment.