| Package | Description |
|---|---|
| com.github.rcaller.datatypes | |
| com.github.rcaller.io | |
| com.github.rcaller.rstuff | |
| com.github.rcaller.util |
| Modifier and Type | Method and Description |
|---|---|
static DataFrame |
DataFrame.create(int n,
int m)
create an empty DataFrame with the dimensions of n*m
|
static DataFrame |
DataFrame.create(Object[][] objects,
String[] names) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVFileWriter.writeDataFrameToFile(DataFrame dataFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
RCode.addDataFrame(String name,
DataFrame dataFrame) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RCodeUtils.addDataFrame(StringBuffer rCode,
String name,
DataFrame dataFrame) |
Copyright © 2016. All rights reserved.