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
It may be there already, but I couldn't find it in the help.
A function to generate the citation for a particular trait value. For example I can see all the plant_tolerance_water_logged_soils values come from White_2020 but I couldn't figure out how to find the full citation for this reference. Something like
citation("White_2020") would be ideal
The text was updated successfully, but these errors were encountered:
Note, if you use the "extract_data" function to extract the datasets/traits you want, then the database retains its traits.build format and the methods dataframe still exists.
But we can also see that it would be very useful to generate a bibtex file of citations from a subsetted database and @fontikar is going to develop an austraits function generate_citation_bibtex that will generate a bibtex file that can be downloaded to merge into citation managers.
@bmedlyn - Fonti and I have just been looking through options and if you run RefManageR::WriteBib on your subsetted database it will create a BibTex file of references that can be opened in reference managers:
This defaults to being stored in the base directory you're in.
It may be there already, but I couldn't find it in the help.
A function to generate the citation for a particular trait value. For example I can see all the plant_tolerance_water_logged_soils values come from White_2020 but I couldn't figure out how to find the full citation for this reference. Something like
citation("White_2020") would be ideal
The text was updated successfully, but these errors were encountered: