| build_url | R Documentation | 
build url from all parameters
build_url(path, default_query = list(), query = list())
| path | the api route | 
| default_query | the default parameters for the query as a vector | 
| query | the users parameters for the query as a vector | 
the complete url to call
build_url("/datasets", query = c(page = 1, pageSize = 1))
build_url("/datasets",
  default_query = c(default = "default"),
  query = c(page = 1, pageSize = 1)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.