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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -