Skip to contents

This function retrieves detailed information about a specified project using the Annif API.

Usage

get_annif_project_info(project_id)

Arguments

project_id

A string representing the project identifier (e.g., "dummy-fi").

Value

A tibble containing project details, or an error message if the project is not found.

Examples

project_info <- get_annif_project_info(project_id = "yso-fi")
print(project_info)
#> # A tibble: 1 × 6
#>   backend      is_trained language modification_time            name  project_id
#>   <named list> <lgl>      <chr>    <chr>                        <chr> <chr>     
#> 1 <chr [1]>    TRUE       fi       2024-04-26T19:41:04.808778+… YSO … yso-fi