libRDataFrame  0.815
A library with R style datatypes and associated utilities
 All Classes Files Functions Variables Pages
Related Pages
Here is a list of all related documentation pages:
 categoryThe categoryType creates a category variable (vector) and provides utilities for a categorical or factor datatype (similar to R's factor type)
 An R-type dataframe data-structure class for C++This creates a datatype "dataframe" modeled on the R language datatype. Initial memory order is simulated or forced column major
 Design NotesA library, containing a consolidated collection of routines to support R-style Data Structures for C++
 License:
 Unit TestsThis is the main() module for Unit testing of the classes related to the RDataframe data type ( Dataframe )and relevant other code including that for the category data type the node data type ( Node ) and the CSV file utilities ( UtilCSV )
 
 mainThis is the main() module for Unit testing of the classes related to the R-style dataframe data type ( dataframe )and relevant other code including that for the category data type the node data type ( node ) and the CSV file utilities ( utilCSV )
 NodeThis creates a Node class to contain the data and meta-data of a variable. The Variable Nodes ultimately formpart of the Dataframe class which is simply a vector of Nodes
 Node ClassCreates a Node class to contain the data and meta-data of a variable
 libRDataFrameA library, containing the consolidated collection of routines to support R-style Data Structures for C++
 UtilCSVContains the data structures receiving the imported data from the CSV file (or going to be written to a CSV file)