Learn R Programming

osfr (version 0.1.0)

construct_link: Construct an API link with proper base

Description

Construct an API link with proper base

Usage

construct_link(request = NULL)

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/{node_id}/files/')
# }

Run the code above in your browser using DataLab