I know that if I need to read text into the r-script, that is pretty easy to do, but I am interested in using a Power BI Query dataset as the input data frame for an R script (using the R Script Data Connector).
I have been able to read in data from another file source (such as text file or Excel file) but I would like to be able to read in data from a Query table. I have tried reading in the query name as part of the script, but I get the error "cannot concatenate text with a table.
Is this possible yet?