dupSdf {SQLiteDF} | R Documentation |
Duplicates an SDF.
dupSdf(sdf)
sdf |
The SDF object to be duplicated. |
An sqlite.data.frame that is a duplicate of the argument. The internal name will be autogenerated, i.e. the default data<n>.
Miguel A. R. Manese