Skip to contents

Fetches and imports ABARES estimates by performance category data.

Usage

read_estimates_by_performance_category()

read_est_by_perf_cat()

Value

A data.table::data.table object.

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_performance_category()

# or shorter
read_est_by_perf_cat()
}