new.df: Function to create an empty named data.frame

View source: R/helpers.R

new.dfR Documentation

Function to create an empty named data.frame

Description

Function to create an empty named data.frame

Usage

new.df(header)

Arguments

header

vector of strings: The names for the columns of the data.frame

Value

A data.frame

Author(s)

Stefan Bartels, email@biobits.eu

Examples

ndf<-new.df(c("ID","NAME","AGE"))


biobits/bbhelper documentation built on Feb. 11, 2025, 4:53 p.m.