View source: R/ResourceClient.R
newResourceClient | R Documentation |
From a resource object, find the corresponding resolver in the resolver registry and create a new resource client.
newResourceClient(x)
x |
The resource object which corresponding resolver is to be found. |
The corresponding ResourceClient object or NULL if none applies.
library(resourcer)
res <- newResource(
name = "CNSIM1",
url = "file:///data/CNSIM1.sav",
format = "spss"
)
client <- newResourceClient(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.