diff --git a/man/sources.Rd b/man/sources.Rd index a3830fece..bd0de64c3 100644 --- a/man/sources.Rd +++ b/man/sources.Rd @@ -42,6 +42,7 @@ Get the data sources of a SpatRaster or SpatVector or related object. Sources ar A vector of filenames, or \code{""} when there is no filename, if \code{nlyr} and \code{bands} are both \code{FALSE}. Otherwise a \code{data.frame} } +\seealso{ \code{\link{toMemory}} } \examples{ f <- system.file("ex/elev.tif", package="terra") diff --git a/man/toMemory.Rd b/man/toMemory.Rd index 641dbc440..0f37497b4 100644 --- a/man/toMemory.Rd +++ b/man/toMemory.Rd @@ -31,7 +31,7 @@ Same as \code{x} } -\seealso{ \code{\link{values}, \link{as.data.frame}, \link{readValues}} } +\seealso{ \code{\link{values}, \link{as.data.frame}, \link{readValues}, \link{inMemory}} } \examples{