Learn R Programming

resourcer (version 1.1.1)

resolveResource: Find a resource resolver

Description

Find the resolver that will make a client from the provided resource object.

Usage

resolveResource(x)

Arguments

x

The resource object which corresponding resolver is to be found.

Value

The corresponding ResourceResolver object or NULL if none applies.

Examples

Run this code
# NOT RUN {
library(resourcer)
res <- newResource(
  name = "CNSIM1",
  url = "file:///data/CNSIM1.sav",
  format = "spss"
)
resolver <- resolveResource(res)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab