Get information about a specific project from the Annif REST API
Source:R/get_annif_project_info.R
get_annif_project_info.RdThis function retrieves detailed information about a specified project using the Annif API.
Examples
project_info <- get_annif_project_info(project_id = "yso-fi")
print(project_info)
#> # A tibble: 2 × 8
#> backend is_trained language modification_time name project_id vocab
#> <named list> <lgl> <chr> <chr> <chr> <chr> <nam>
#> 1 <chr [1]> TRUE fi 2025-09-16T16:34:33.5… YSO … yso-fi <chr>
#> 2 <chr [1]> TRUE fi 2025-09-16T16:34:33.5… YSO … yso-fi <chr>
#> # ℹ 1 more variable: vocab_language <chr>