Learn R Programming

rGREAT (version 1.4.2)

availableCategories-GreatJob-method: Available ontology categories

Description

Available ontology categories

Usage

## S3 method for class 'GreatJob':
availableCategories(job)

Arguments

job
a GreatJob-class instance

Value

  • The returned value is a vector of categories.

Details

The values of the supported categories sometime change. You should run the function to get the real-time values. The meaning of categories returned is quite self-explained by the name.

Examples

Run this code
job = readRDS(system.file("extdata", "job.rds", package = "rGREAT"))
availableCategories(job)

Run the code above in your browser using DataLab