extract_param_value | R Documentation |
Extract the value of a specified parameter from the query string
extract_param_value(query, param_name)
query |
A character vector of query strings. |
param_name |
The name of the parameter to extract values for. |
A character vector containing the value of the specified parameter from each query string.
extract_param_value(c("param1=val1¶m2=val2", "param1=val3"), "param1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.