powered by
This function loads previously saved 'Finna' search results from a local .rds file for offline access.
.rds
load_offline_data(file_name = "offline_search_results")
A tibble or data frame containing the loaded search results.
A string representing the name of the file to load. The function automatically appends ".rds" if not already included.
if (FALSE) { search_results <- search_finna("sibelius") save_for_offline(search_results, "sibelius_search_results") offline_data <- load_offline_data("sibelius_search_results") print(offline_data) }
Run the code above in your browser using DataLab