build-cran-binaries/man/query_metadata_table.Rd
2024-07-25 00:28:09 +02:00

14 lines
498 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/metadata-query.R
\name{query_metadata_table}
\alias{query_metadata_table}
\title{Query a specific table in the Postgres database containing the metadata}
\usage{
query_metadata_table(table = "single_builds")
}
\arguments{
\item{table}{Table name. See \code{\link[=list_metadata_tables]{list_metadata_tables()}} for valid tables.}
}
\description{
Query a specific table in the Postgres database containing the metadata
}