2022

Comments on the New R OOP System, R7

July 26, 2022 | matloff

Object-Oriented Programming (OOP) is more than just a programming style; it’s a philosophy. R has offered various forms of OOP, starting with S3, then (among others) S4, reference classes, and R6, and now R7. The latter has been under development by a team broadly drawn from the R community ... [Read more...]

New Package yfR

July 25, 2022 | rOpenSci - open tools for open science

Package yfR recently passed peer review at rOpenSci and is all about downloading stock price data from Yahoo Finance (YF). I wrote this package to solve a particular problem I had as a teacher: I needed a large volume of clean stock price data to use in my classes, either ... [Read more...]

Efficient list recursion in R with {rrapply}

July 25, 2022 | R-bloggers | A Random Walk

Introduction The nested list below shows a small extract from the Mathematics Genealogy Project highlighting the advisor/student genealogy of several famous mathematicians. The mathematician’s given names are present in the "given" attribute of each list element. The numeric values at the leaf elements are the total number of ...
[Read more...]

Unhappy in its Own Way

July 22, 2022 | R on kieranhealy.org

“Happy families are all alike; every unhappy family is unhappy in its own way” runs the opening sentence of Anna Karenina. Hadley Wickham echoes the sentiment in a somewhat different context: “Tidy datasets are all alike, but every messy dataset is messy in its own way”. Data analysis is mostly ... [Read more...]

Convert multiple columns into a single column-tidyr Part4

July 21, 2022 | Jim

The post Convert multiple columns into a single column-tidyr Part4 appeared first on Data Science Tutorials Convert multiple columns into a single column, To combine numerous data frame columns into one column, use the union() function from the tidyr package. Convert multiple columns into a single column The basic syntax ... [Read more...]

Systematic error messages

July 21, 2022 | jonathanscallahan

Anyone writing code for use in data processing systems needs to have a well thought-out protocol for generating error messages and logs. When a complex pipeline breaks, good logs and recognizable error messages are key to debugging the problem. This post describes improvements to the MazamaCoreUtils package that help you ... [Read more...]

Best Books for Data Engineers

July 21, 2022 | finnstats

The post Best Books for Data Engineers appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. Best Books for Data Engineers, Are you seeking the best books on data engineering? If so, your quest is over here. We’...
[Read more...]
1 38 39 40 41 42 100

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)