We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Either coerce all objects to json - then when pulled down, jsonlite can convert them back to R objects,
OR
some objects can convert to markdown, like data.frame/matrix to a markdown table
The text was updated successfully, but these errors were encountered:
added fxn for going from R objs to gists #36
fb3fd00
very dumb right now, just puts evertying in json, but we could coerce differnt types to diff things
got a start on this in the robjects branch - seems like we could do better though, coercing certain inputs to more useful markdown structures, eg.,
robjects
Sorry, something went wrong.
this is done
sckott
No branches or pull requests
Either coerce all objects to json - then when pulled down, jsonlite can convert them back to R objects,
OR
some objects can convert to markdown, like data.frame/matrix to a markdown table
The text was updated successfully, but these errors were encountered: