R/op_base.R

Defines functions op_baseGetData op_baseGetLocs

Documented in op_baseGetData op_baseGetLocs

# Old functions that are now wrappers for the opbase-family for compatibility reasons

op_baseGetData <- function(dsn, ident, ...) {
	return(opbase.data(ident, ...))
}
op_baseGetLocs <- function(dsn, ident, ...) {
	stop('Deprecated method! op_baseGetLocs')
	#opbase.old.locations(dsn, ident, ...)
}

Try the OpasnetUtils package in your browser

Any scripts or data that you put into this service are public.

OpasnetUtils documentation built on May 2, 2019, 12:39 p.m.