File: Smithsonian.R

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#' Smithsonian museums
#'
#' Geocodes for the Smithsonian museums (circa 2018).
#'
#' @name Smithsonian
#' @aliases Smithsonian
#' @docType data
#' @return \item{Smithsonian}{a tibble}
#'
#' @source https://en.wikipedia.org/wiki/List_of_Smithsonian_museums
#'
#' @keywords datasets
#' @examples
#' data(Smithsonian)
#' str(Smithsonian)
NULL