Closed maurolepore closed 6 years ago
The problem comes from master
, where a couple of rows have missing values of equation_allometry
(and many other columns).
Given that we decided to start editing the split .csv files, the best place to fix this issue is in data-raw/csv_database
, by removing the row where equation_id
is "89bf40". @gonzalezeb, can you please do that?
I deleted it from both tables equation and sitespecies...
Great, thanks!
library(allodb)
equations %>%
filter(is.na(equation_allometry))
#> Error in equations %>% filter(is.na(equation_allometry)): could not find function "%>%"
Created on 2018-10-03 by the reprex package (v0.2.1)