Skip to contents

This function uses the options fastreg.project_rawdata_dir and fastreg.project_workdata_dir when set in options() or will try to guess the path by using the project ID and the base directories E:/<project-id>/rawdata/ and E:/<project-id>/workdata/. It only reads Parquet datasets (those that are partitioned with the pattern year=). If this function doesn't work, use read_parquet_dataset() or read_parquet_file() instead.

Usage

read_register(name)

Arguments

name

Name of the Parquet dataset (i.e, the register name). See a list of available datasets with list_parquet_datasets().

Value

A DuckDB table.