From 0cae869e603b6b2a6c6b4e70052ec620cc596dd8 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Sun, 17 Mar 2024 14:00:55 +0000 Subject: [PATCH] roxygen update --- DESCRIPTION | 2 +- man/fanc_cave_query.Rd | 2 +- man/fanc_cellid_from_segid.Rd | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 97df3f7..8491f02 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -46,4 +46,4 @@ Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/man/fanc_cave_query.Rd b/man/fanc_cave_query.Rd index 4a75b38..68b6791 100644 --- a/man/fanc_cave_query.Rd +++ b/man/fanc_cave_query.Rd @@ -7,7 +7,7 @@ fanc_cave_query(table, datastack_name = NULL, live = TRUE, ...) } \arguments{ -\item{table}{The name of the table to query} +\item{table}{The name of the table (or view, see views section) to query} \item{datastack_name}{An optional CAVE \code{datastack_name}. If unset a sensible default is chosen.} diff --git a/man/fanc_cellid_from_segid.Rd b/man/fanc_cellid_from_segid.Rd index d9d7fde..c3501b8 100644 --- a/man/fanc_cellid_from_segid.Rd +++ b/man/fanc_cellid_from_segid.Rd @@ -19,7 +19,7 @@ fanc_segid_from_cellid( version = NULL, rval = c("ids", "data.frame"), integer64 = FALSE, - cellid_table = "cell_ids" + cellid_table = NULL ) } \arguments{ @@ -35,8 +35,8 @@ give only one of \code{version} or \code{timestamp}. When both are missing, ids should match the live materialisation version including up to the second edits.} -\item{cellid_table}{Optional name of cell id table (the default value should -be correct).} +\item{cellid_table}{Optional name of cell id table (the default value of +\code{NULL} should find the correct table).} \item{rval}{Whether to return the cell ids or the whole of the CAVE table with additional columns.}