Skip to content
Snippets Groups Projects
Commit 55ebf814 authored by dj44vuri's avatar dj44vuri
Browse files

works again but not yet well implemented with . and _

parent ce44d04c
No related branches found
No related tags found
No related merge requests found
......@@ -137,8 +137,8 @@ transform_util2 <- function() {
`priors\\["` = "",
`"\\]` = "",
`~` = "=",
# `\\.` = "_", ## can be deleted when everything works
`V.` = "U_" ## was originally V_
`\\.` = "_", ## can be deleted when everything works
`V_` = "U_" ## was originally V_
)) %>%
# Replace only relevant database variables
stringr::str_replace_all(stats::setNames(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment