api_pat {stplanr}R Documentation

Retrieve personal access token.

Description

Retrieve personal access token.

Usage

api_pat(api_name, force = FALSE)

Arguments

api_name

Text string of the name of the API you are calling, e.g. cyclestreets, graphhopper etc.

Examples

## Not run: 
api_pat(api_name = "cyclestreet")

## End(Not run)

[Package stplanr version 0.8.7 Index]