Skip to contents

Given the project identifier, retrieve details about a people involved with a project.

Usage

swecris_project_people(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_people()
 }
} # }