find_max_col: Takes a data frame and returns a DF with the same columns but...

View source: R/find_max_col.R

find_max_colR Documentation

Takes a data frame and returns a DF with the same columns but with the max(length) of each column as the only observation

Description

Takes a data frame and returns a DF with the same columns but with the max(length) of each column as the only observation

Usage

find_max_col(full_df)

Arguments

full_df

name of data frame to assess

Value

Data frame described above


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