Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

dot separator in full_ref is ambiguous #9

Open
nacnudus opened this issue Apr 16, 2020 · 1 comment
Open

dot separator in full_ref is ambiguous #9

nacnudus opened this issue Apr 16, 2020 · 1 comment

Comments

@nacnudus
Copy link

Unfortunately there are dots in some location names, for example "St. Gallen", which makes it difficult to separate full_ref into columns. This affects a few thousand rows.

library(tidyverse)
x <- readRDS("./2020-04-05_trendline_long.rds")
filter(x, str_detect(location, fixed(".")))

Nice work on the rest though, I hope to learn how you did the GitHub actions.

@mattkerlogue
Copy link
Owner

Good spot. I’ll switch to a pipe or something else.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants