Description Usage Arguments Value Methods (by class) Author(s) Examples
View source: R/sal_describe_dataset.R
Describe a dataset's variables.
1 2 3 4 5 6 7 8 9 10 | sal_describe_dataset(x)
## S3 method for class 'tbl_df'
sal_describe_dataset(x)
## S3 method for class 'character'
sal_describe_dataset(x)
## S3 method for class 'metadata'
sal_describe_dataset(x)
|
x |
A |
tibble::tibble
with columns:
|
names of variables |
|
(hopefully) helpful clarification of variables' names |
|
original data type of variables |
tbl_df
: Method to obtain description from a tibble::tibble
character
: Method to obtain description from a character
.
metadata
: Method to obtain description from a metadata
object obtained by sal_get_metadata()
.
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 | library(salinasr)
sal_get_metadata("bikeways") %>%
sal_get_dataset() %>%
sal_describe_dataset()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.