Skip to contents

This function loads previously saved Finna search results from a local .rds file for offline access.

Usage

load_offline_data(file_name = "offline_search_results")

Arguments

file_name

A string representing the name of the file to load. The function automatically appends ".rds" if not already included.

Value

The loaded search results in tibble format.

Examples

if (FALSE) { # \dontrun{
offline_data <- load_offline_data("sibelius_search_results")
print(offline_data)
} # }