May 2019
Beginner to intermediate
266 pages
5h 57m
English
The spread() function spreads the key-value pair across multiple columns of the dataset mentioned.
The syntax of the spread() function is as follows:
spread(data, key, value, fill = NA, convert = FALSE, drop = TRUE, sep = NULL)
Here, the parameters are as follows:
The other parameters are secondary parameters.
Read now
Unlock full access