quick.attribs: Quickly copy attributes from original data frame

Description Usage Arguments Value

View source: R/quick.helpers.R

Description

When you make a subset of data frames and do some other operations, R unfortunately loses some of the attributes. This will help get them back for use in label.explor.r

Usage

1
quick.attribs(my.new.df, my.orig.df)

Arguments

my.new.df

New data frame, normally subset of original

my.orig.df

Original data frame

Value

New data frame with all relevant attributes from original df copied over


ckraner/quick.tasks documentation built on May 24, 2019, 5:02 a.m.