View source: R/ResourceResolver.R
resolveResource | R Documentation |
Find the resolver that will make a client from the provided resource object.
resolveResource(x)
x |
The resource object which corresponding resolver is to be found. |
The corresponding ResourceResolver object or NULL if none applies.
library(resourcer)
res <- newResource(
name = "CNSIM1",
url = "file:///data/CNSIM1.sav",
format = "spss"
)
resolver <- resolveResource(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.