No Clocks

No Clocks

860 bookmarks
Newest
hendrikvanb
hendrikvanb
Working with complex, hierarchically nested JSON data in R can be a bit of a pain. In this post, I illustrate how you can convert JSON data into tidy tibbles with particular emphasis on what I’ve found to be a reasonably good, general approach for converting nested JSON into nested tibbles. I use three illustrative examples of increasing complexity to help highlight some pitfalls and build up the logic underlying the approach before applying it in the context of some real-world rock climbing competition data.
·hendrikvanb.gitlab.io·
hendrikvanb
JSON files & tidy data | The Byrd Lab
JSON files & tidy data | The Byrd Lab
My lab investigates how blood pressure can be treated more effectively. Much of that work involves the painstaking development of new concepts and research methods to move forward the state of the art. For example, our work on urinary extracellular vesicles’ mRNA as an ex vivo assay of the ligand-activated transcription factor activity of mineralocorticoid receptors is challenging, fun, and rewarding. With a lot of work from Andrea Berrido and Pradeep Gunasekaran in my lab, we have been moving the ball forward on several key projects on that front.
·byrdlab.org·
JSON files & tidy data | The Byrd Lab
Open Props: sub-atomic styles
Open Props: sub-atomic styles
Open source CSS custom properties to help accelerate adaptive and consistent design. Available from a CDN or NPM, as CSS or Javascript.
·open-props.style·
Open Props: sub-atomic styles
Constructing HTML with Functional Functions
Constructing HTML with Functional Functions
I heard that learning Elm is a good way to approach learning Haskell, so I gave it a go and was surprised early on about an approach to writing abstracted HTML. In this post I compare the way that …
·jcarroll.com.au·
Constructing HTML with Functional Functions
What's new in {PrettyCols} 1.1.0? | Nicola Rennie
What's new in {PrettyCols} 1.1.0? | Nicola Rennie
{PrettyCols} is an R package containing aesthetically pleasing colour palettes that are compatible with {ggplot2}. Find out about new features and palettes contained in the latest release!
·nrennie.rbind.io·
What's new in {PrettyCols} 1.1.0? | Nicola Rennie
Pack YouR Code
Pack YouR Code
This book showcases a basic example of how to create an R package based on S3 classes.
·gastonsanchez.com·
Pack YouR Code
Converting Nested JSON to DataFrame in R? - General - Posit Community
Converting Nested JSON to DataFrame in R? - General - Posit Community
I'm currently working on a project where I need to convert a nested JSON structure into a DataFrame using R. I'm facing some issues with the current approach, and I'd appreciate any help or guidance on how to properly handle this conversion. Json file looks like this : json_data - '{ "resourceType": "QuestionnaireResponse", "id": "example-questionnaireresponse", "questionnaire": "Questionnaire/example", "status": "completed", "subject": { "reference": "Patient/example" }, "a...
·forum.posit.co·
Converting Nested JSON to DataFrame in R? - General - Posit Community
Pull up Gmail history for a particular contact
Pull up Gmail history for a particular contact
If you store contacts in Grist, and use Gmail to email them, there is a simple way to create a formula that will open Gmail to a list of conversations with that contact. Basic Formula If the contact’s email address is in the column $Email, then write a formula like this: from urllib.parse import quote_plus "https://mail.google.com/mail/#search/" + quote_plus($Email) This will produce a column of clickable links that look like here https://mail.google.com/mail/... Prettier Version You c...
·community.getgrist.com·
Pull up Gmail history for a particular contact