Order Your Data with Intention – Part 3
Displaying data in an order that supports interpretation can help you tell a more compelling story. This post discusses ordering data chronologically…
Order Your Data with Intention – Part 2
Displaying data in an order that supports interpretation can help you tell a more compelling story. This post, the second in a series of three, discusses ordering chart series…
Order Your Data with Intention – Part 1
Displaying data in an order that supports interpretation can help you tell a more compelling story. This post, the first in a series of three, discusses data sorting…
Turn your Lists into Short Journeys
You do not need long lists to communicate your ideas during a presentation. Transform your lists into short journeys through your main ideas....
List Files in a Directory in R
Seeing (and knowing) the contents of a directory is important. Use the list.files() function in R to print the names of the files and folders in a directory…
Decrease Data Entry Errors with Drop Down Menus
Whenever you manually enter data, you leave room for errors. One way to decrease the number of data entry errors is to use drop-down menus…