October 2017
Beginner to intermediate
236 pages
7h 38m
English
To install a specific version of an R library, there is another facility available. The necessary functions are bound into the versions library to do this job. You need to install versions before using the function within it. To get ready, you have to run the following command:
install.packages("versions")