Python’s datatable was launched by h2o two years ago and is still in alpha stage with cautions that it may still be unstable and features may be missing or incomplete. We found that it feels very similar to the R version...
10 Must-Know Tidyverse Functions: #1 - relocate()
relocate() is like arrange() for columns. It keeps all of the columns, but provides much more flexibility for reordering. Notice how all of the columns are returned.
How to Visualize Time Series Data: Tidy Forecasting in R
How to Automate PDF Reporting with R
Why create PDF's manually when you can automate PDFs with R? That's exactly what I show you how to do in this video showcasing parameterized Rmarkdown.
How to Make Publication-Quality Excel Pivot Tables with R
The biggest thing I missed when I transititioned from Excel to R was PIVOT TABLES! Seriously, Pivot Tables are so useful. You can summarize and reshape (aka Pivot) data so easily with them in Excel.
Introducing Modeltime Ensemble: Time Series Forecast Stacking
I'm super excited to introduce modeltime.ensemble, a new time series forecasting package designed to extend modeltime with ensemble methods like stacking, weighting, and averaging.
How to Automate Exploratory Analysis Plots
A eatter way to do your EDA, and with less unnecessary coding and more flexibility using GGPLOT2 + PURRR. When you are plotting different charts during your exploratory data analysis, you sometimes end up doing a lot of repeated coding...
How to Automate Excel with R
Your company lives off them... Excel files. Why not automate them & save some time? Here's an Excel File you're going to make in this tutorial from R.
Top 5 Best Articles on R for Business [September 2020]
Finance in R - Evaluating American Funds Portfolio
Active funds have done poorly over the last ten years, and in most cases, struggled to justify their fees. In the post, there is a supporting chart showing a group of American Funds funds compared to the Vanguard Total Market index.
Using Drake for ETL - Building A Shiny Real Estate App
The drake plan organizes the project work flow according to targets, which are generated by scripts of functions and often functions of functions. The natural flow for our ETL was to check if the raw data was available on the local disc...
How to Automate PowerPoint Slidedecks with R
Here's a common situation, you have to make a Monday Morning Slide Deck. It's the same deck each week, just date ranges for your data change. Here's how to automate this process with R!