Fetch a TPS category and return it as a data.frame.
Source: R/tps_fetch.R
morie_tps_fetch_dataframe.RdThin wrapper over morie_tps_fetch_category(): writes the CSV
then reads it back. Mirrors the Python fetch_tps_dataframe
convenience used as a DATASET_CATALOG fetcher.
Arguments
- category
One of
morie_tps_list_categories().- ...
Passed through to
morie_tps_fetch_category().