November 2017
Beginner to intermediate
204 pages
5h 23m
English
In the previous chapter, R was used to find the estimate of the total road length in 2011. Here are the steps that were completed in the previous chapter, written using dplyr verbs:
At the beginning of dplyr_intro.R, the first step should be to read artificial_roads_by_region.csv to an R dataframe as follows:
roads.lengths <- read.csv("data/artificial_roads_by_region.csv")
Next, In the following continuation of dplyr_intro.R, a copy of the original roads length data ...
Read now
Unlock full access