R/op_base.R

Defines functions op_baseGetLocs op_baseGetData

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, ...)
}
jtuomist/OpasnetUtils documentation built on July 10, 2020, 7:07 p.m.