https://github.com/cran/RgoogleMaps
Raw File
Tip revision: 648be04fd05a89fd3dc595a12f54c19b0fc27318 authored by Markus Loecher on 27 February 2012, 00:00:00 UTC
version 1.2.0
Tip revision: 648be04
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  graphics,
  stats,
  utils,
  png
)
back to top