Displaying 4 results from an estimated 4 matches for "providedimnam".
Did you mean:
providedimnames
2019 Mar 12
3
as.data.frame.table() does not recognize default.stringsAsFactors()
...different stringsAsFactors handling in table and matrix:
> as.data.frame.table
function (x, row.names = NULL, ..., responseName = "Freq", stringsAsFactors = TRUE,
sep = "", base = list(LETTERS))
{
ex <- quote(data.frame(do.call("expand.grid", c(dimnames(provideDimnames(x,
sep = sep, base = base)), KEEP.OUT.ATTRS = FALSE, stringsAsFactors = stringsAsFactors)),
Freq = c(x), row.names = row.names))
names(ex)[3L] <- responseName
eval(ex)
}
<bytecode: 0x28769f8>
<environment: namespace:base>
> as.data.frame.matrix
function...
2019 Mar 14
0
as.data.frame.table() does not recognize default.stringsAsFactors()
...handling in table and matrix:
>
>> as.data.frame.table
> function (x, row.names = NULL, ..., responseName = "Freq", stringsAsFactors = TRUE,
> sep = "", base = list(LETTERS))
> {
> ex <- quote(data.frame(do.call("expand.grid", c(dimnames(provideDimnames(x,
> sep = sep, base = base)), KEEP.OUT.ATTRS = FALSE, stringsAsFactors = stringsAsFactors)),
> Freq = c(x), row.names = row.names))
> names(ex)[3L] <- responseName
> eval(ex)
> }
> <bytecode: 0x28769f8>
> <environment: namespace:base>
>...
2013 Apr 03
0
R 3.0.0 is released
...made). This also checks individual elements of character
vectors passed to .C().
This is not intended for routine use, but can be very helpful in
finding segfaults in package code.
o In layout(), the limits on the grid size have been raised
(again).
o New simple provideDimnames() utility function.
o Where methods for length() return a double value which is
representable as an integer (as often happens for package
Matrix), this is converted to an integer.
o Matrix indexing of dataframes by two-column numeric indices is
now supported for replac...
2013 Apr 03
0
R 3.0.0 is released
...made). This also checks individual elements of character
vectors passed to .C().
This is not intended for routine use, but can be very helpful in
finding segfaults in package code.
o In layout(), the limits on the grid size have been raised
(again).
o New simple provideDimnames() utility function.
o Where methods for length() return a double value which is
representable as an integer (as often happens for package
Matrix), this is converted to an integer.
o Matrix indexing of dataframes by two-column numeric indices is
now supported for replac...