xref: /Universal-ctags/Units/parser-r.r/r-external-entities.d/input.r (revision 0c4eabdc41020027fbf40883e032b28a843047a1)
1source("./input-0.r", echo = T)
2library()
3
4# Taken from
5# https://stat.ethz.ch/R-manual/R-devel/library/base/html/library.html
6library(lib.loc = .Library) # list all packages in the default library
7library(help = splines)     # documentation on package 'splines'
8library(splines)            # attach package 'splines'
9
10require(base)
11