Description Usage Arguments Value See Also Examples
URLs can have parameters, taking the form of name=value
, chained together
with &
symbols. param_get
, when provided with a vector of URLs and a vector
of parameter names, will generate a data.frame consisting of the values of each parameter
for each URL.
1 |
urls |
a vector of URLs |
parameter_names |
a vector of parameter names. If |
a data.frame containing one column for each provided parameter name. Values that cannot be found within a particular URL are represented by an NA.
url_parse
for decomposing URLs into their constituent parts and
param_set
for inserting or modifying key/value pairs within a query string.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.