Find the resolver that will make a client from the provided resource object.
Examples
# \donttest{
library(resourcer)
res <- newResource(
name = "CNSIM1",
url = "file:///data/CNSIM1.sav",
format = "spss"
)
resolver <- resolveResource(res)
# }
Find the resolver that will make a client from the provided resource object.
# \donttest{
library(resourcer)
res <- newResource(
name = "CNSIM1",
url = "file:///data/CNSIM1.sav",
format = "spss"
)
resolver <- resolveResource(res)
# }