RStudio 1.2 Jobs - Fails because of quote ()

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.

Can you provide a standalone reproducible example?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.