{utils} R# Documentation

utils


require(R);

#' The R Utils Package
imports "utils" from "base";

The R Utils Package

The R Utils Package

.NET clr type export
entity: EntityObject

The object entity, DynamicPropertyBase`1, string. (有名称属性的表抽象对象)

dataset: DataSet

The numeric dataset, DynamicPropertyBase`1, double.



.NET clr function exports
readRData

read *.rda data file which is saved from R environment.

load.csv

load csv as a .NET CLR object vector

read.feather

read the feather as dataframe

write.feather
read.csv

Data Input

Reads a file in table format and creates a data frame from it, with cases corresponding to lines and variables to fields in the file.

write.csv

Data Output

prints its required argument x (after converting it to a data frame if it is not one nor a matrix) to a file or connection.


[Document Index]