R/generics.R

Defines functions `meta<-` meta `content<-` content

Documented in content meta

content <-
function(x)
    UseMethod("content", x)

`content<-` <-
function(x, value)
    UseMethod("content<-", x)

meta <-
function(x, tag = NULL, ...)
    UseMethod("meta", x)

`meta<-` <-
function(x, tag = NULL, ..., value)
    UseMethod("meta<-", x)

Try the NLP package in your browser

Any scripts or data that you put into this service are public.

NLP documentation built on Oct. 23, 2020, 6:18 p.m.