Learn R Programming

LaF (version 0.5)

laf_column-class: Class "laf_column"

Description

Representation of a column in a Large File object. This class itself is a subclass of the class laf. In principle all methods that can be used with a laf object can also be used with a laf_column object except the the column or columns arguments of these methods are not needed.

Arguments

Objects from the Class

Object of this class are usually created by using the $ operator on laf objects.

Extends

Class "laf", directly.

Examples

Run this code
showClass("laf_column")

Run the code above in your browser using DataLab