Packages
Table of Contents
Overview
library() # which packages are installed?
library(boot) # load 'boot' package
search() # which packages are currently loaded?
loadedNamespaces()
Packages have namespaces:
library() # which packages are installed?
library(boot) # load 'boot' package
search() # which packages are currently loaded?
loadedNamespaces()
Packages have namespaces: