Fix output type of dataframe
This commit is contained in:
parent
2e4e00c5d6
commit
7e8f52d29c
@ -354,7 +354,7 @@ ts_dataframe <- function(...) {
|
|||||||
|
|
||||||
ts_object(
|
ts_object(
|
||||||
type,
|
type,
|
||||||
sprintf("R.dataframe(%s)", type_fn),
|
sprintf("Robj.dataframe(%s)", type_fn),
|
||||||
check = function(x) {
|
check = function(x) {
|
||||||
if (!is.data.frame(x)) stop("Expected a data frame")
|
if (!is.data.frame(x)) stop("Expected a data frame")
|
||||||
x
|
x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user