getDataInfo {SharedObject}R Documentation

Get a summary report of the data in the shared memory

Description

This function will return a list of the summary of the data in the shared memory.

Usage

getDataInfo(data_ids = NULL)

Arguments

data_ids

The data ID. If NULL(default), all data will be returned.

Value

A data.frame

Examples

getDataInfo()

[Package SharedObject version 1.0.0 Index]