R/RCopy-class.R

# Set initial class ( a bit different than what we had done before) #
################
# Class: RCopy #
################

setClass("RCopy", slots=c(data = "data.frame"), contains=c("data.frame"))
SDeMora/RCopyFind documentation built on June 9, 2019, 11:43 a.m.