Save Time with ChaRt Templates
Spend less time creating charts and more time sharing your data stories. Learn how to create chart templates in R…
Three Ways to Split Delimited Strings in Excel
Excel makes it easy to split text strings that contain multiple pieces of information into two or more columns. Read on to learn how…
Beyond the Bar Part II: Three Alternatives for Visualizing Comparisons
Using too many bar charts in a visualization makes for a dull display. This post shares three alternatives to the bar chart that pack a powerful punch…
Check Whether a File (or Folder) Exists in R
Use the file.exists() function in R to check whether a file or folder exists in a specific directory…
Text is Sometimes Best
Graphic displays, like charts and graphs, are the go-to method for presenting data., but when you want your audience to remember a single statistic, sometimes, text is best...
Select Columns by Name in R
When analyzing a data set, sometimes you want to select columns (or variables) by name. This post shares several methods for selecting columns from a data frame by name in the R environment…