R/tools.R

tools <-
function(list){
  len <- 
  if(length(list$tools_technology$tools) > 0){
    tools <- ldply((lapply(list$tools_technology$tools, function(x){t(unlist(x))})))
    return(tools)
  }
  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.