Learn R Programming

iotables (version 0.4.5)

iotables_read_tempdir: Read input-output Tables from Temporary Directory

Description

Validate the source input parameter and try to load the table from the current sessions' temporary directory.

  • naio_10_cp1700 Symmetric input-output table at basic prices (product by product)

  • naio_10_pyp1700 Symmetric input-output table at basic prices (product by product) (previous years prices)

  • naio_10_cp1750 Symmetric input-output table at basic prices (industry by industry)

  • naio_10_pyp1750 Symmetric input-output table at basic prices (industry by industry) (previous years prices)

  • naio_10_cp15 Supply table at basic prices incl. transformation into purchasers' prices

  • naio_10_cp16 Use table at purchasers' prices

  • naio_10_cp1610 Use table at basic prices

  • naio_10_pyp1610 Use table at basic prices (previous years prices) (naio_10_pyp1610)

  • naio_10_cp1620 Table of trade and transport margins at basic prices

  • naio_10_pyp1620 Table of trade and transport margins at previous years' prices

  • naio_10_cp1630 Table of taxes less subsidies on products at basic prices

  • naio_10_pyp1630Table of taxes less subsidies on products at previous years' prices

  • uk_2010_siotUnited Kingdom Input-Output Analytical Tables data

Usage

iotables_read_tempdir(source = "naio_10_cp1700")

Arguments

source

See the available list of sources above in the Description. Defaults to source = "naio_10_cp1700".

Value

A nested data frame. Each input-output table is in a separate row of the nested output, where all the metadata are in columns, and the actual, tidy, ordered input-output table is in the data data column.

See Also

Other iotables import functions: employment_get(), iotable_get(), iotables_download(), iotables_metadata_get()

Examples

Run this code
# NOT RUN {
# The table must be present in the sessions' temporary directory:
iotables_download(source = "naio_10_cp1700")

iotables_read_tempdir ( source = "naio_10_cp1700" )
# }

Run the code above in your browser using DataLab