#exportPattern("^[[:alpha:]]+")

#Export all names
exportPattern(".")

#IMPORT all packages listed as Imports or Depends

import(httr,jsonlite)

importFrom("stats", "aggregate")
importFrom("utils", "browseURL")
