ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

"data" argument of `obs_apply` cannot be passed a varaible #97

Closed zachary-foster closed 6 years ago

zachary-foster commented 6 years ago
Browse[2]> obs_apply(obj, dataset, function(i) sum(count_table[i, 1]), simplify = TRUE)
Error in private$get_data_taxon_ids(data, require = TRUE) : 
  object 'dataset' not found

Somehow this only started happening after I reinstalled taxa just now