luomus.github.io Open in urlscan Pro
2606:50c0:8001::153  Public Scan

Submitted URL: https://r-package.laji.fi/
Effective URL: https://luomus.github.io/finbif//
Submission: On November 21 via api from US — Scanned from FI

Form analysis 1 forms found in the DOM

<form class="form-inline" role="search">
  <span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;"><input class="form-control aa-input" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site"
      placeholder="Search for" data-search-index="search.json" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-owns="algolia-autocomplete-listbox-0" dir="auto" style="position: relative; vertical-align: top;">
    <pre aria-hidden="true"
      style="position: absolute; visibility: hidden; white-space: pre; font-family: Roboto; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0.1px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
    <span class="aa-dropdown-menu" role="listbox" id="algolia-autocomplete-listbox-0" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none; right: auto;">
      <div class="aa-dataset-content"></div>
    </span>
  </span>
</form>

Text Content

Skip to contents
finbif 0.9.9
 * Get started
 * Reference
 * Articles
   * Occurrence records from FinBIF
   * Selecting and ordering variables
   * Metadata
   * Filtering occurrence records
 * Changelog

 * 
 * 


FINBIF R PACKAGE

The finbif R package is a programmatic interface to the Finnish Biodiversity
Information Facility (FinBIF) API. FinBIF aggregates Finnish biodiversity data
from multiple sources in a single open access portal for researchers, citizen
scientists, industry and government. FinBIF allows users of biodiversity
information to find, access, combine and visualise data on Finnish plants,
animals and microorganisms. The finbif R package makes the publicly available
data in FinBIF easily accessible to programmers. Biodiversity information is
available on taxonomy and taxon occurrence. Occurrence data can be filtered by
taxon, time, location and other variables. The data accessed are conveniently
preformatted for subsequent analyses.


INSTALLATION

You can install the current stable version of finbif from CRAN,

install.packages("finbif")

You can also install the latest development version of finbif from GitHub,

remotes::install_github("luomus/finbif@dev")


DOCUMENTATION

Read the online documentation for the current stable version of finbif here, or
the latest development version of finbif here.


GETTING A FINBIF ACCESS TOKEN

First load the finbif R package.

library(finbif)

To use the FinBIF API you must first request and set a personal access token.
You can request an API token to be sent to your email address with the function
finbif_get_token.

finbif_request_token("your@email.com")

Copy the access token that was sent to your email and set it as the environment
variable FINBIF_ACCESS_TOKEN either for the current session,

Sys.setenv(
  FINBIF_ACCESS_TOKEN = "xtmSOIxjPwq0pOMB1WvcZgFLU9QBklauOlonWl8K5oaLIx8RniJLrvcJU4v9H7Et"
)
# Note: the above is not a real access token. Do not try using it.

, or by adding it to a Renviron startup file (see here for details).


USAGE

Download occurrence data from FinBIF.

finbif_occurrence("Cygnus cygnus", n = 100)


CITATION

Data from FinBIF comes from many sources. For information on citing FinBIF
itself and the contributed datasets please visit this link:

https://laji.fi/en/about/2986

To cite the finbif R package in publications please use:

Morris, William K. (2024). Introduction to the finbif package. R package version
0.9.9, https://doi.org/10.5281/zenodo.3612814

--------------------------------------------------------------------------------


CONTRIBUTING

Development is a community effort, and we encourage participation. Please read
the contribution guide for details.

Please note that the ‘finbif’ project is released with a Contributor Code of
Conduct. By contributing to this project, you agree to abide by its terms.


LINKS

 * View on CRAN
 * Browse source code
 * Report a bug


LICENSE

 * Full license
 * MIT + file LICENSE


COMMUNITY

 * Contributing guide
 * Code of conduct


CITATION

 * Citing finbif


DEVELOPERS

 * William K. Morris
   Author, maintainer
 * More about authors...


DEV STATUS

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Developed by William K. Morris.



Site built with pkgdown 2.1.1.