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

output text files #27

Open
macmanes opened this issue Sep 28, 2017 · 3 comments
Open

output text files #27

macmanes opened this issue Sep 28, 2017 · 3 comments
Assignees

Comments

@macmanes
Copy link

I see that the info is output in an unstructured way on the stout, but for those of us that would like to do some other types of viz, it would be nice to have the raw data.

Thanks, Matt

@mdshw5
Copy link
Owner

mdshw5 commented Sep 28, 2017

Absolutely. I was thinking I would have a JSON output. Would this be acceptable?

@mdshw5 mdshw5 self-assigned this Sep 28, 2017
@macmanes
Copy link
Author

I think. Assuming there is a good json parser in R.

@mdshw5
Copy link
Owner

mdshw5 commented Sep 29, 2017

jsonlite is a very solid package: https://cran.r-project.org/web/packages/jsonlite/index.html

The reason I ask is that the output is somewhat structured already as:

sample id observation cycle value

Which you should be able to parse in R using tidyr::spread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants