Learn R Programming

vvcanvas (version 0.0.8)

append_access_token: Appends access_token to URL if not present

Description

Appends access_token to URL if not present

Usage

append_access_token(url, access_token)

Value

The URL with the access_token appended if it was not already present.

Arguments

url

The URL to which the access_token should be appended.

access_token

The Canvas API access token (string).