load_data: Load a data frame saved as a 'qs' file and convert factors to...

View source: R/download_data.R

load_dataR Documentation

Load a data frame saved as a qs file and convert factors to strings

Description

Load a data frame saved as a qs file and convert factors to strings

Usage

load_data(qs_file)

Arguments

qs_file

The path, incl. filename and extension, to a qs file.

Details

Any columns that are factors will be converted to character.

Intended for use with dataframes saved using save_df().

Value

A tibble

Examples

## Not run: 
load_data("qs_file.qs")

## End(Not run)


djpr-data/djprdashdata documentation built on Jan. 20, 2025, 12:31 p.m.