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, ...)
}
trintala/OpasnetUtils documentation built on Nov. 5, 2019, 10:58 a.m.