assign_by_colnames_0: Read the column names of a data frame. If they match a...

Description Usage Arguments Value

Description

Read the column names of a data frame. If they match a target, then assign that data frame to a given variable name.

Usage

1
assign_by_colnames_0(df, col.names, assigned_name, env = globalenv())

Arguments

df

a data frame

col.names

a character vector

assigned_name

The name that df will be assigned in env if its column names match col.names

Value

Alters the global environment, doesn't return any object.


johnchower/glootility documentation built on May 19, 2019, 3:03 p.m.