Vance Lopez

Results 3 issues of Vance Lopez

I use the sf_auth with the RStudio password api so that I don't have to hardcode my password in the script. ``` sf_auth( username = "", password = rstudioapi::askForPassword("Please enter...

enhancement

[Salesforce.com documentation.](https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_ext_data.meta/bi_dev_guide_ext_data/bi_ext_data_overview.htm) Would be great to be able to add Analytics datasets via API. Particular use case: pull data from onsite SQL Server, transformations, push via salesforcer to Analytics.

enhancement

Related to this [issue](https://developer.salesforce.com/forums/?id=906F000000092dnIAA) in the SFDC developer forums. If a queried field has all null values, it will omit the field from the results. Example: SELECT Id, Total_Bookings__c FROM...