Library Functions

Functions to create and manage data libraries.

libname()

Create a data library

lib_load()

Load a Library into the Workspace

lib_unload()

Unload a Library from the Workspace

lib_sync()

Synchronize Loaded Library

lib_write()

Write a Data Library to the File System

lib_add()

Add Data to a Data Library

lib_replace()

Replace Data in a Data Library

lib_remove()

Remove Data from a Data Library

lib_copy()

Copy a Data Library

lib_export()

Export a Data Library

lib_delete()

Delete a Data Library

lib_info()

Get Information about a Data Library

lib_path()

Get the Path for a Data Library

lib_size()

Get the Size of a Data Library

is.lib()

Class test for a data library

print(<lib>)

Print a data library

Library Specs Functions

Functions to create, read, and write import specs.

specs()

Create an Import Spec Collection

import_spec()

Create an Import Specification

write.specs()

Write import specs to the file system

read.specs()

Read import specs from the file system

print(<specs>)

Print import specifications

Datastep Functions

Functions to perform and enhance a datastep.

datastep()

Step through data row-by-row

dsattr()

Assign Datastep Variable Attributes

dsarray()

Create a Data Step Array

`[`(<dsarray>)

Indexer for Data Step Array

length(<dsarray>)

Length function for dsarray class

delete()

Removes an observation from a datastep

output()

Outputs an observation from a datastep

Other Functions

Other useful functions in the libr package.

dictionary()

Create a Data Dictionary