dupSdf {SQLiteDF}R Documentation

Duplicate SDF

Description

Duplicates an SDF.

Usage

dupSdf(sdf)

Arguments

sdf The SDF object to be duplicated.

Value

An sqlite.data.frame that is a duplicate of the argument. The internal name will be autogenerated, i.e. the default data<n>.

Author(s)

Miguel A. R. Manese

See Also

renameSdf


[Package SQLiteDF version 0.1.32 Index]