Hello,
I am running my function which uses quote() function and when I run it in the interactive window, it works fine, however, when running RStudio job it fails and gives error message that the data object 'dataset' is not found.
myfunction(quote(dataset), arg1)
It looks like the issue is using the quote() function inside myfunction.