R/constructors.R

Defines functions DocDataFrame DocList DocCollection

### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Makes for nicer syntax than as(x, "DocCollection")
###

DocCollection <- function(x) as(x, "DocCollection")

DocList <- function(x) as(x, "DocList")

DocDataFrame <- function(x) as(x, "DocDataFrame")
lawremi/rdocdb documentation built on June 19, 2022, 11:08 p.m.