The goal of fjoRds is to showcase how to create a simple package. This simple package checks if a fjord can be found in Norway.
You can install the development version of fjoRds using the {remotes} package:
install.packages("remotes")
remotes::install_github("popovs/fjoRds")
The fjord_finder()
function quickly checks if a fjord is
in Norway. Try:
library(fjoRds)
fjord_finder("Sognefjord")
fjord_finder("Princess Louisa Sound")
fjord_finder("Illulissat")
Please note that the fjoRds project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.