campr_app: campr_app .

View source: R/campr_app.r

campr_appR Documentation

campr_app .

Description

A shiny app to locate campgrounds.

Usage

campr_app(
  init_lat = 37.7749,
  init_lon = -122.4194,
  init_search = "San Francisco"
)

Arguments

init_lat

an initial latitude to seed the search.

init_lon

an initial longitude to seed the search. The default values are for San Francisco.

init_search

an initial string to put into the search text.

Value

a shiny app.

Author(s)

Steven E. Pav shabbychef@gmail.com

Steven E. Pav shabbychef@gmail.com

Examples

## Not run: 
campr_app()

## End(Not run)

shabbychef/HappyCampR documentation built on Oct. 17, 2023, 10:13 a.m.