urltemplate

knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  warning = FALSE,
  message = FALSE
)

Build Status

URL templating following RFC6570 (https://tools.ietf.org/html/rfc6570#page-14).

install

remotes::install_github("ropenscilabs/urltemplate")
library(urltemplate)

variables

Get the set of keywords in a uri template

variables("http:www{.domain*}{/top,next}{?q:20}")
variables("http://www.{domain}/")
variables("find{?year*}")

TODO

Similar art

Meta

ropensci_footer



ropenscilabs/urltemplate documentation built on May 18, 2022, 8:33 p.m.