Learn R Programming

datamart (version 0.3.2)

mashup: Constructor for Mashup objects

Description

Constructor for Mashup objects

Usage

mashup(..., dbname = ":memory:", read.only = FALSE,
    clss = "Mashup")

Arguments

...
named arguments of Xdata objects
dbname
the filename of the database. Defaults to ":memory:"
read.only
disable scrape method. Default FALSE.
clss
name of the class to create. Default Mashup, must be inherited from this class.