What is the difference between a library and a package in R? -
in r
difference between library , package?
i have come across posts people refer packages within library. based on idea interpret package lives in library (i.e store packages designated library). confused when want use package 'x'.
- i under imperssion need call library function package 'x' in use ?
- and once have have called upon package 'x' functions of package 'x' become available me ?
in r, package collection of r functions, data , compiled code. location packages stored called library. if there particular functionality require, can download package appropriate site , stored in library. use package use command "library(package)" makes package available you. call appropriate package functions etc.
Comments
Post a Comment