powered by
From a resource object, find the corresponding resolver in the resolver registry and create a new resource client.
newResourceClient(x)
The corresponding ResourceClient 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" ) client <- newResourceClient(res) # }
Run the code above in your browser using DataLab