emptydf: Helper function that creates an empty data.frame

View source: R/emptydf.R

emptydfR Documentation

Helper function that creates an empty data.frame

Description

Helper function that creates an empty data.frame

Usage

emptydf(nrow, ncol, names)

Arguments

nrow

Number of rows

ncol

Number of columns

names

Number of names of the columns

Value

A data frame of NAs, with the given column names


cloudyr/pyMTurkR documentation built on April 7, 2024, 12:07 p.m.