-
Notifications
You must be signed in to change notification settings - Fork 8
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
JSON parsing #29
JSON parsing #29
Conversation
…based on extension.
…on extension and upadted code to print out multiple data in a single cell
Hi April, this is great! Thanks for adding this. Could you add this as a feature development branch (fork from development, add the new functionality, ensure it passes checks, etc.)? Then once it's passing all checks we can merge into development. We maintain master as matching the current version on CRAN, and development as the the newest (but tested) functionality. All other more experimental functions are worked through on feature branches before making it into development, and once enough changes have accumulated, we can publish an update on CRAN. |
Hi all,
Some undergrads in my lab (@sujanamht, @Pranup19, @Anjalithapaa, @maheessh) have added functionality for parsing JSON files to the readTrace() function. This includes expanding basic parsing, as well as expanding entries that are vectors into multiple columns.