setup: Setup directory and file for generating a route

Description Usage Arguments Value

View source: R/setup.R

Description

The first step in creating a new route landscape.

Usage

1
setup(from, to, shortname = paste0(from, "_", to))

Arguments

from

address, or latitude and longitude of the start of the route.

to

address, or latitude and longitude of the end of the route.

shortname

string suitable for use as directory name and in file names.

Value

Called for it's side effects only. Creates a directory called shortname, creates a file in this directory called 00-setup.R populated with a template.


cwickham/routes documentation built on Nov. 4, 2019, 9:34 a.m.