C# developers who want to wring more meaningful info from large sets of data should get cozy with the statistical computing language known as R. Let's get familiar with R in this new series. The R ...
See how the purrr package’s possibly() function helps you flag errors and keep going when applying a function over multiple objects in R. It’s frustrating to see your code choke part of the way ...
What’s the state abbreviation for Arkansas? Is it AR? AK? AS? Maybe you’ve got a data frame with the information. Or any info where there’s one column with categories, and another column with values.
If you've made it this far in our programming lessons, you've arrived at the reward. Today we're learning about functions and then we're going to make a very simple guessing game. These lessons work ...