You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run faoareas() the resulting table has no data. It has column titles, but otherwise is completely blank. My code worked fine a few months ago, and I haven't made any edits to it since. I've tried re-downloading R and R Studio, checking that they are both up to date, using the most up to date version of rfishbase, using the version of rfishbase that I used a few months ago, nothing seems to be working. It is also running on my co-worker's computer.
I get this back when I run it:
Joining with by = join_by(Subfamily, GenCode, FamCode)
Joining with by = join_by(FamCode)
Joining with by = join_by(Order, Ordnum, Class, ClassNum)
Joining with by = join_by(Class, ClassNum)
Joining with by = join_by(SpecCode)
And then the table is totally blank. Any suggestions?
The text was updated successfully, but these errors were encountered:
Session Info
install.packages("rfishbase")
library("rfishbase")
Sys.setenv(FISHBASE_VERSION="23.01")
fishbase<-load_taxa()
I get this back when I run it:
Joining with
by = join_by(Subfamily, GenCode, FamCode)
Joining with
by = join_by(FamCode)
Joining with
by = join_by(Order, Ordnum, Class, ClassNum)
Joining with
by = join_by(Class, ClassNum)
Joining with
by = join_by(SpecCode)
And then the table is totally blank. Any suggestions?
The text was updated successfully, but these errors were encountered: