Skip to contents

Fetches and imports ABARES estimates by size data.

Usage

read_estimates_by_size()

read_est_by_size()

Value

A data.table::data.table object with the Variable field as the key.

Note

Columns are renamed for consistency with other ABARES products serviced in this package using a snake_case format and ordered consistently.

Examples

if (FALSE) { # interactive()

read_estimates_by_size()

# or shorter
read_est_by_size()
}