powered by
Find the resolver that will make a client from the provided resource object.
resolveResource(x)
The corresponding ResourceResolver object or NULL if none applies.
The resource object which corresponding resolver is to be found.
# \donttest{ library(resourcer) res <- newResource( name = "CNSIM1", url = "file:///data/CNSIM1.sav", format = "spss" ) resolver <- resolveResource(res) # }
Run the code above in your browser using DataLab