Skip to content
New issue

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

Allow passing in an R object to gist_create #36

Closed
sckott opened this issue Mar 31, 2015 · 2 comments
Closed

Allow passing in an R object to gist_create #36

sckott opened this issue Mar 31, 2015 · 2 comments
Assignees
Milestone

Comments

@sckott
Copy link
Contributor

sckott commented Mar 31, 2015

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

@sckott sckott self-assigned this Mar 31, 2015
@sckott sckott added this to the v0.2 milestone Mar 31, 2015
sckott added a commit that referenced this issue Mar 31, 2015
very dumb right now, just puts evertying in json, but we could coerce differnt types to diff things
@sckott
Copy link
Contributor Author

sckott commented Mar 31, 2015

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.,

@sckott
Copy link
Contributor Author

sckott commented Apr 9, 2015

this is done

@sckott sckott closed this as completed Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant