Learn R Programming

cocoreg (version 0.1.1)

dflst_dsnames2varnames: Append dataset names to variable names of the respective dataset

Description

Append dataset names to variable names of the respective dataset

Usage

dflst_dsnames2varnames(dflst, sep = "_")

Arguments

dflst
[1,m] list of data.frames, A list of data.frames to process
sep
string, Separator to use

Value

A [1,m] list of data.frames with modified variable names.