Description Usage Arguments Examples
View source: R/write_tableau.R
Write R data.frame to Tableau Extract.
1 2 | write_tableau(data, path, spatial_columns = NA, spatial_indicator = TRUE,
add_index = FALSE)
|
data |
input data.frame |
path |
output path of Tableau Extract |
spatial_columns |
index of spatial column, either number or name |
spatial_indicator |
change spatial characteristic |
add_index |
Add index column to Tableau Extract |
1 2 3 4 5 6 | ## Not run:
# Save iris dataset into .tde or .hyper format:
write_tableau(iris, file.path(tempdir(), "iris.tde"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.