Closed tiernanmartin closed 6 years ago
While the optimal file format for connecting to Tableau is probably the Tableau Data Extract (.tde
), there isn't a stable way to write files in this format from R. See this Stackoverflow post for details.
The path forward appears to be writing tabular data to .rda
and spatial data to .geojson
(or .shp
).
The export step have a single archive file output (
.zip
) which contains the following items:inventory_suitable
spatial objectsinventory
andinventory_suitable
in the appropriate tabular data file formats (.csv
,.xlsx
, and .rda
- for now)data_dictionary.csv
with information that is accurate for the most recent version of the datasetFIELD_NAME_USER
,FIELD_DESCRIPTION
, andDICTIONARY_VERSION