Skip to content

Commit

Permalink
sharpen doc around data inut argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mghoff committed Mar 7, 2024
1 parent 882241e commit 5bdc8fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
#' You can reset the entire cache by calling `eia_clear_cache()`.
#'
#' @param dir character, directory path.
#' @param data character or `NULL`, see details.
#' @param data character or `NULL`,
#' * note: if `NULL`, `eia_data()` will only return column headings; must input a character value
#' as provided by `eia_metadata()` for data to be returned.
#' * see details.
#' @param facets character list or `NULL`, see details.
#' @param freq character or `NULL`, see details.
#' @param start,end character or `NULL`, see details.
Expand Down
7 changes: 6 additions & 1 deletion man/eia_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bdc8fc

Please sign in to comment.