Group: | Reading and Writing |
See also: | func getenv setenv |
Function: | library | |
Description: |
library loads an xplore library
|
Usage: | library(x) | |
Input: | ||
x | string, name of library |
The library is searched in the directories contained in the environment xpl4lib and in the working directory.
library("xplore")
loads the macros from xplore library
Group: | Reading and Writing |
See also: | func getenv setenv |