set_max_col: Re-establishes the lengths of variables in a sample data...

View source: R/set_max_col.R

set_max_colR Documentation

Re-establishes the lengths of variables in a sample data frame to be the max(length) of the full data frame NOTE: Currently only sets sizes for character variables

Description

Re-establishes the lengths of variables in a sample data frame to be the max(length) of the full data frame NOTE: Currently only sets sizes for character variables

Usage

set_max_col(full_df, samp_df)

Arguments

full_df

the original, non-sampled, data frame

samp_df

name of data frame to change lengths

Value

samp_df with changed lengths


j-Rinehart/easyR documentation built on June 28, 2023, 2:49 a.m.