R bloggers

The Function Begins

November 8, 2023 | Numbers around us

Setting the Scene with Data QualityIn the multifaceted realm of data science, ‘quality’ isn’t just a desirable attribute, it’s the bedrock upon which all subsequent analysis is built. Think of it as the foundation of a house. Without a solid base, no matter how grand your designs or ...
[Read more...]

Original Text

November 6, 2023 | Matias Andina

I have been lately noticing a glaring trend in some of the non-fiction books that I read: the use and abuse of verbatim quotes. They come in the shape of: “As such and such said: INSERT LONG VERBATIM TEXT HERE” Of course, there are no rules regarding the use of ...
[Read more...]

Print Debugging (Now with Icecream!)

November 6, 2023 | Jonathan Carroll

Print debugging has its place. Sure, it’s not always the best way to debug something, but it can often be the fastest. In this post I describe a useful way to do this in Rust and how we can get similar behaviour in R. I love the Rust dbg! ... [Read more...]

Grouped Sequences in dplyr Part 2

November 6, 2023 | R on Alan Yeung

I just wrote a post about grouped sequences in dplyr and following that, I’ve been made aware of another couple of solutions to this problem (credit John Mackintosh). The solution involves using the consecutive_id() function, available in dplyr sinc... [Read more...]

365 Data Science courses 100% free until November 20

November 6, 2023 | neddd

From November 6 (07:00 PST) to November 20 (07:00 PST), 365 Data Science provides free unlimited access to their expansive curriculum—including engaging courses, hands-on data projects, and certificates of achievement. Boost your data science and AI expertise risk-free. About the platform With over 2 million global users, 365 Data Science empowers learners with essential skills … Continue ... [Read more...]

Powerful Numbers

November 6, 2023 | Numbers around us

Excel BI’s Excel Challenge #319 — solved in RDefining the Puzzle:We need to find which from given numbers are “more powerful” than others which means as follow:List all Powerful numbers.A powerful is number is that number which is perfectly divisible b...
[Read more...]

Sum of Series

November 6, 2023 | Numbers around us

Excel BI’s Excel Challenge #318 — solved in RDefining the Puzzle:Now we are asked to find sum of small series which value and number depends on input number itself. Sounds weird but it was suprisingly easy and nice.Find the Sum of the Series — 1*2*3 + ...
[Read more...]

Swap first and last… letter

November 6, 2023 | Numbers around us

Excel BI’s Excel Challenge #317 — solved in RDefining the Puzzle:Today we are move single letters from starts to end of words. But with some exceptions.Swap the first and last letter of each words in given names. But if either first or last letter or b...
[Read more...]

Even Fibonacci numbers

November 6, 2023 | Numbers around us

Excel BI’s Excel Challenge #316 — solved in RDefining the Puzzle:Probably everyone of us have heard of Fibonacci Numbers. It is a sequence that property is that next number is a sum of two previous. But this time ExcelBI asked us to generate… first 20 ...
[Read more...]
1 43 44 45 46 47 1,950

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)