Skip to contents

Given the project identifier, retrieve details about subject matter codes.

Usage

swecris_project_scbs(project_id)

Arguments

project_id

string identifier for project

Value

R data frame with results

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 "2021-00157_VR" |> swecris_project_scbs()
 }
} # }