View source: R/pxweb_as_data_frame.R
pxweb_as_data_frame | R Documentation |
pxweb_data
object to a data.frame
Coerce a pxweb_data
object to a data.frame
pxweb_as_data_frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE,
column.name.type = "text",
variable.value.type = "text"
)
## S3 method for class 'pxweb_data'
pxweb_as_data_frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE,
column.name.type = "text",
variable.value.type = "text"
)
## S3 method for class 'pxweb_data_comments'
pxweb_as_data_frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE
)
## S3 method for class 'pxweb_data_comment'
pxweb_as_data_frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE
)
## S3 method for class 'pxweb_levels'
pxweb_as_data_frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE
)
## S3 method for class 'pxweb_data'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE,
column.name.type = "text",
variable.value.type = "text"
)
## S3 method for class 'pxweb_data_comments'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE
)
## S3 method for class 'pxweb_levels'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE
)
## S3 method for class 'pxweb_metadata'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE
)
pxweb_as_matrix(
x,
row.names = NULL,
column.name.type = "text",
variable.value.type = "text"
)
## S3 method for class 'pxweb_data'
pxweb_as_matrix(
x,
row.names = NULL,
column.name.type = "text",
variable.value.type = "text"
)
## S3 method for class 'pxweb_data'
as.matrix(
x,
...,
row.names = NULL,
column.name.type = "text",
variable.value.type = "text"
)
pxweb_pxd_slot_idx_pos(x)
x |
an object to convert to |
row.names |
See |
optional |
See |
... |
See |
stringsAsFactors |
See |
column.name.type |
character: should |
variable.value.type |
character: should |
as.data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.