From d864f111e7141e596dee1245d6ca5d19eb869691 Mon Sep 17 00:00:00 2001 From: Krzysztof Dyba <35004826+kadyb@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:45:51 +0100 Subject: [PATCH] mention `toMemory` and `inMemory` in docs --- man/sources.Rd | 1 + man/toMemory.Rd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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{