Learn R Programming

pyMTurkR (version 1.1.6)

emptydf: Helper function that creates an empty data.frame

Description

Helper function that creates an empty data.frame

Usage

emptydf(nrow, ncol, names)

Value

A data frame of NAs, with the given column names

Arguments

nrow

Number of rows

ncol

Number of columns

names

Number of names of the columns