Skip to contents

Reads text from a file, processes it, and searches it in Finna using the search_finna function.

Usage

search_finna_from_file(file_path, limit = 10, lng = "fi", query_limit = 500)

Arguments

file_path

The path to the text file.

limit

The number of results to return from Finna. Defaults to 10.

lng

Language for returned translated strings. Defaults to "fi".

query_limit

The maximum length of the query string allowed for the API. Defaults to 500 characters.

Value

A tibble containing the Finna search results.