Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 4bdbaa4

Browse files
committed
file_id is the real column that the unharmonised metadata is named by
1 parent c73e252 commit 4bdbaa4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/query.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ get_metadata <- function(
456456
#' utility that allows easy fetching of this data if necessary.
457457
#'
458458
#' @param dataset_ids A character vector, where each entry is a dataset ID
459-
#' obtained from the `$dataset_id` column of the table returned from
459+
#' obtained from the `$file_id` column of the table returned from
460460
#' [get_metadata()]
461461
#' @param remote_url Optional character vector of length 1. An HTTP URL pointing
462462
#' to the root URL under which all the unharmonised dataset files are located.
@@ -468,8 +468,8 @@ get_metadata <- function(
468468
#' @importFrom DBI dbConnect
469469
#' @importFrom duckdb duckdb
470470
#' @importFrom dplyr tbl
471-
#' @return A named list, where each name is a dataset ID, and each value is a
472-
#' "lazy data frame", ie a `tbl`.
471+
#' @return A named list, where each name is a dataset file ID, and each value is
472+
#' a "lazy data frame", ie a `tbl`.
473473
#' @export
474474
#' @examples
475475
#' dataset = "838ea006-2369-4e2c-b426-b2a744a2b02b"

man/get_unharmonised_metadata.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)