diff --git a/R/dst_get_data.R b/R/dst_get_data.R index 844fc2a..88c1d54 100644 --- a/R/dst_get_data.R +++ b/R/dst_get_data.R @@ -13,7 +13,9 @@ #' requested. #' @param format character value. "CSV" or "BULK". If you choose BULK then you #' need to select a value for each of the parameters. -#' @param value_presentation For now, "value" or "default" +#' @param value_presentation For now, "value" or "default". When a table with +#' observations that have the same name, this is automatically changed to +#' CodeAndValue. #' @export #' @family Data retrival functions #' @importFrom utils read.csv read.csv2 diff --git a/man/dst_get_data.Rd b/man/dst_get_data.Rd index cb0c37e..c38e1fd 100644 --- a/man/dst_get_data.Rd +++ b/man/dst_get_data.Rd @@ -34,7 +34,9 @@ requested.} \item{format}{character value. "CSV" or "BULK". If you choose BULK then you need to select a value for each of the parameters.} -\item{value_presentation}{For now, "value" or "default"} +\item{value_presentation}{For now, "value" or "default". When a table with +observations that have the same name, this is automatically changed to +CodeAndValue.} } \description{ Get data from a table in the StatBank.