Learn R Programming

osfr (version 0.1.1)

construct_link: Construct an API link with proper base

Description

Building urls for requests. OSF_USE_SERVER can be specified in the environment to use a test or staging server.

Usage

construct_link(request)

Arguments

request

The request link to be combined with the base API link.

Value

The full request link with proper base.

Examples

Run this code
# NOT RUN {
construct_link("nodes/")
# }

Run the code above in your browser using DataLab