R/pull.r

Defines functions Pull

Documented in Pull

Pull <- function(df, ...) if (!is.data.frame(df)) stop("Not a data frame") else df[with(df, ...), ]

Try the shipunov package in your browser

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

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.