Parse BioSys datasets to tibble

biosys_datasets(un = Sys.getenv("BIOSYS_UN"), pw = Sys.getenv("BIOSYS_PW"),
  project_id = NULL)

Arguments

un

(character) The BioSys username, default Sys.getenv("BIOSYS_UN")

pw

(character) The BioSys password, default Sys.getenv("BIOSYS_PW")

project_id

(int) An optional project ID to restrict the result to.

Value

A tibble of dataset metadata. The field data_package is a list column containing the tabular_data_package definition.