createInstance(dad) | R Documentation |
Function to create a DandD instance on the current DandD Server.
createInstance(dataFrame)
dataFrame |
data.frame object. |
This function creates a new DandD instance which reflects the dataframe
dataFrame
on the current DandD Server.
test.d=data.frame(v1=c(1,2),v2=c("a","b")) createInstance(test.d) getInstance()