Chris Bailiss

Results 12 issues of Chris Bailiss

Hello Thanks for a great package. Currently the naming of the functions when calling the standard API vs. bulk API is not consistent: - "all" means "no paging" when using...

Thanks for a useful package. From the Salesforce documentation, it appears as though a Salesforce Connected App has to be created in order to use the REST API, e.g. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/quickstart_prereq.htm...

Is it possible to separate the Percent calculation below into two separate derived calculations? ``` library(pivottabler) pt

enhancement

For background, see: https://stackoverflow.com/questions/62452034/can-we-replace-a-column-from-a-pivot-table-created-using-pivottabler-package Example that doesn't work: ``` removeAllColumnGroups 0) { pt$columnGroup$removeChildGroup(index=pt$columnGroup$childGroupCount) } } pt

enhancement

Add an option (either a new default, or a parameter in `getHtml()`, `saveHtml`, `renderPivot()`, etc) to prevent all non-breaking space characters from being emitted and will more properly use CSS...

enhancement

pivottabler supports variations of calculations such as % of row total, etc as described here: http://www.pivottabler.org.uk/articles/vA2-appendix.html These calculations are however cumbersome to use in a pivot table (having to explicitly...

enhancement

At the moment, the following line cannot be directly called from outside the pivot table. `private$p_calculationsSet

enhancement

This is perhaps an unusual item to report as an issue, but please bear with me. vegalite often(**) fails to render anything in the "Viewer" pane in RStudio, it is...

I create a chart in plotly, then attempt to export it to an image specifying a full file path, but get an unhandled JavaScript error. Is this supported - or...