emptydf {pyMTurkR} | R 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
[Package pyMTurkR version 1.1.6 Index]