search for: rownamesdf

Displaying 4 results from an estimated 4 matches for "rownamesdf".

Did you mean: rownames
2019 Mar 12
3
as.data.frame.table() does not recognize default.stringsAsFactors()
...!= nrows) if (length(collabs) == ncols) names(value) <- collabs else if (!optional) names(value) <- paste0("V", ic) class(value) <- "data.frame" if (autoRN) attr(value, "row.names") <- .set_row_names(nrows) else .rowNamesDF(value, make.names = make.names) <- row.names value } <bytecode: 0x29995c0> <environment: namespace:base> > sessionInfo() R version 3.5.2 (2018-12-20) Platform: x86_64-pc-linux-gnu (64-bit) Running under: CentOS Linux 7 (Core) Matrix products: default BLAS: /usr/lib64/libbla...
2019 Mar 14
0
as.data.frame.table() does not recognize default.stringsAsFactors()
...llabs) == ncols) > names(value) <- collabs > else if (!optional) > names(value) <- paste0("V", ic) > class(value) <- "data.frame" > if (autoRN) > attr(value, "row.names") <- .set_row_names(nrows) > else .rowNamesDF(value, make.names = make.names) <- row.names > value > } > <bytecode: 0x29995c0> > <environment: namespace:base> > > >> sessionInfo() > R version 3.5.2 (2018-12-20) > Platform: x86_64-pc-linux-gnu (64-bit) > Running under: CentOS Linux 7 (Core) &...
2018 Apr 23
0
R 3.5.0 is released
...nt chunk.size which allows to specify the granularity of scheduling. * Some as.data.frame() methods, notably the matrix one, are now more careful in not accepting duplicated or NA row names, and by default produce unique non-NA row names. This is based on new function .rowNamesDF(x, make.names = *) <- rNms where the logical argument make.names allows to specify _how_ invalid row names rNms are handled. .rowNamesDF() is a "workaround" compatible default. * R has new serialization format (version 3) which supports custom serializatio...
2018 Apr 23
0
R 3.5.0 is released
...nt chunk.size which allows to specify the granularity of scheduling. * Some as.data.frame() methods, notably the matrix one, are now more careful in not accepting duplicated or NA row names, and by default produce unique non-NA row names. This is based on new function .rowNamesDF(x, make.names = *) <- rNms where the logical argument make.names allows to specify _how_ invalid row names rNms are handled. .rowNamesDF() is a "workaround" compatible default. * R has new serialization format (version 3) which supports custom serializatio...