R/jobZone.R

jobZone <-
function(list){
  if(length(list$job_zone) > 0){
    job_zone <- ldply((lapply(list$job_zone, function(x){t(unlist(x))})))
    return(job_zone)
  }
  else{
    message("Warning: This type of data is missing or incomplete for this occupation.")
  }
}

Try the ONETr package in your browser

Any scripts or data that you put into this service are public.

ONETr documentation built on May 2, 2019, 6:46 a.m.