StevenMMortimer / salesforcer

This R package connects the Salesforce APIs from R using tidy principles.
https://stevenmmortimer.github.io/salesforcer/
Other
81 stars 19 forks source link

Error in check_dots_used(action = warn) : unused argument (action = warn) #92

Closed FabioBosc closed 3 years ago

FabioBosc commented 4 years ago

soql <- "SELECT Id, FirstName, LastName FROM Contact LIMIT 10"

queried_records <- sf_query(soql) queried_records Error in check_dots_used(action = warn) : unused argument (action = warn)

Hi, I have this error. What I have to do?

Thank you in advance for your help Fabio

StevenMMortimer commented 4 years ago

@FabioBosc Can you double check the version of {tidyverse} and {ellipsis} packages that you have installed. Check this thread for how some others have resolved the issue: https://stackoverflow.com/questions/62998999/basic-dyplr-functions-give-an-error-check-dots-used