terms.data.frame: does NOT throw an error if no terms #' @export terms <-...

View source: R/data_frames.R

terms.data.frameR Documentation

does NOT throw an error if no terms #' @export terms <- function(...) UseMethod("terms")

Description

#' @export terms.default <- function(x,...) x$terms

Usage

## S3 method for class 'data.frame'
terms(x, env = parent.frame(), ...)

paulemms/datamining documentation built on March 1, 2023, 4:01 p.m.