R package for downloading OpenStreetMap data

Merge pull request #368 from jmaspons/fix_docs

Fix docs: 1 topic missing from index: "osmdata".

authored by mpadge.tngl.sh and committed by

GitHub dfae37bb c793c7db

+3 -2
+1
R/osmdata-class.R
··· 19 19 #' @note Class constructor should never be used directly, and is only exported 20 20 #' to provide access to the print method 21 21 #' 22 + #' @family class 22 23 #' @examples 23 24 #' # This function should not need to be called directly! 24 25 #' osmdata ()
+2 -2
_pkgdown.yml
··· 5 5 bootswatch: cerulean 6 6 7 7 reference: 8 - - title: Package doc and class 8 + - title: Package classes 9 9 contents: 10 - - has_concept("package") 10 + - has_concept("class") 11 11 - title: Overpass server 12 12 contents: 13 13 - has_concept("overpass")