From a14c5003b5438ad00169c6a6403a59920030f20d Mon Sep 17 00:00:00 2001 From: Ming Yang Date: Wed, 13 Nov 2024 14:37:19 +0800 Subject: [PATCH] Update Rd file --- man/get_nfs_path.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/get_nfs_path.Rd b/man/get_nfs_path.Rd index 516256b..4d331fe 100644 --- a/man/get_nfs_path.Rd +++ b/man/get_nfs_path.Rd @@ -10,6 +10,6 @@ get_nfs_path() [character(1)] The normalized base path. } \description{ -This function assumes that there is an environment variable called `RXD_DATA` +This function assumes that there is an environment variable called `RXD_DATA` which is set to the base path of the data directory. }