My Coding >
Software >
R >
Installing R library
Installing R libraryEvery time you run R, the first line should be loading necessary libraries: library(dplyr). If this command cause an error
Its mean that it is necessary to install this library. Installing library for RThe easiest way is to use command install.packages("LIBRARY_NAME")
and at the end of this output you should receive an information about successful installation of this library
or you can receive message about faulty installation process
If you library installed successfully, then it is possible to use it. Install few libraries at onceIt is possible to install few libraries in one command, by giving them coma separates
|
Last 10 artitles
9 popular artitles
|
|
© 2020 MyCoding.uk -My blog about coding and further learning. This blog was writen with pure Perl and front-end output was performed with TemplateToolkit. |