createInstance {dad}R Documentation

Create DandD instance on DandD Server

Description

Function to create a DandD instance on the current DandD Server.

Usage

createInstance(dataFrame)

Arguments

dataFrame data.frame object.

Details

This function creates a new DandD instance which reflects the dataframe dataFrame on the current DandD Server.

See Also

DandD, getInstance.

Examples

test.d=data.frame(v1=c(1,2),v2=c("a","b"))
createInstance(test.d)
getInstance()

[Package Contents]