Corey Zumar

Results 4 comments of Corey Zumar

@csmithnm Great question regarding R dataframes. Rclipper accepts dataframes in json-serialized format using the [jsonlite](https://cran.r-project.org/web/packages/jsonlite/vignettes/json-aaquickstart.html) library. For example, to send the mtcars dataframe to clipper, you could proceed as follows:...

@csmithnm Thank you for the very detailed description of the problem. The issue is that your dataframe is being interpreted as an array, rather than a string. You'll want to...

@dcrankshaw This issue belongs to Nikhil Duggirila. He needs to be added as a collaborator before I can assign this to him.

@aliraza0337 The Rclipper package is located in the [containers/R](https://github.com/ucbrise/clipper/tree/develop/containers/R) directory. You can follow the instructions in the README to get started