export_dataset: export_dataset

Usage Arguments Examples

View source: R/export_dataset.R

Usage

1
export_dataset(object, dataset_id)

Arguments

object
dataset_id

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (object, dataset_id) 
{
    UseMethod("export_dataset", object)
  }

yhoogstrate/FuMaR documentation built on May 4, 2019, 2:33 p.m.