multi.add.qual.att: Create a dataframe filled with a value with the same number...

View source: R/misc-deprecated.R

multi.add.qual.attR Documentation

Create a dataframe filled with a value with the same number of rows than a given df and then bind the two together (new data.frame as new columns)

Description

Create a dataframe filled with a value with the same number of rows than a given df and then bind the two together (new data.frame as new columns)

Usage

multi.add.qual.att(df, att, val, ...)

Arguments

df

data.frame of reference

att

vector of character strings

val

vector of values to use to fill the new columns

...

additionnal arguments for base::data.frame

Value

a data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.