I've been struggling to write some exchange data pulled via tidyquant into alteryx.
My output keeps returning a single column with no values. The column header corresponds to the name of the tibble from which I converted to a dataframe in the code before attempting to write to alteryx.
I have double checked in R, that "btcdata" is indeed a data frame
str(btcdata).
When I run view(btcdata) in R it returns the desired data.
However, the R tool is not writing the desired data to the output.
Please ignore errors in "as.data.frame"
