Does anyone else have problems using the tidyverse suite of tools with Alteryx? I have another post where it seems like some tidyverse commands are throwing errors. Here is another one that works fine in RStudio pulling information out of a model object, but does not work in Alteryx.
I get the error Error in function_list[[i]](vlaues):
Why would I not get that error in RStudio?
psi2 <- as.data.frame(piecewise_seg2$psi) %>%
rownames_to_column( var = "variable") %>%
mutate(variable = str_replace(variable, "psi(\\d+)\\.", ""))
Solved! Go to Solution.
It would help if I loaded the 'tibble' package.
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
6 |