datashield.pkg_check {DSI} | R Documentation |
Check server-side package minimum version
Description
Check for each of the server, accessible through provided DSConnection-class
objects, whether the installed
Usage
datashield.pkg_check(
conns,
name,
version,
env = getOption("datashield.env", globalenv())
)
Arguments
conns |
|
name |
The name of the server-side package. |
version |
The minimum package version number to be matched. |
env |
Environment where the package status result should be cached. Try to get it from the 'datashield.env' option, with default to the Global Environment. |
[Package DSI version 1.6.0 Index]