Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Tidyverse not work in Alteryx?

jbh1128d1
10 - Fireball

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+)\\.", ""))

1 REPLY 1
jbh1128d1
10 - Fireball

It would help if I loaded the 'tibble' package.

Labels
Top Solution Authors