Hello peoples!
I have some code in R Studio that takes the path of a file, opens it, uses gsub to replace some strings, then writes over the original file. It works great there, even with the file with 189,000 lines
But when I attempt it in the R Tool, any file greater than 1000 to 2000 lines has only a single line with ? as the file contents in the variable. (Sorry I can't be specific about the boundary between "this is great" and "wait, what just happened." Tiny files are fine; a few thousand lines are not.)
alterYX <- readLines(as.character(replacement[i,1]), warn = FALSE, n = -1L)
Are there any super secret configurations to allow file size > tiny?
Running Designer 2020.3, with R.version.string returning R version 3.6.3 (2020-02-29) in both R Studio and Alteryx.
Thank you for your time.
David