Skip to content

Commit

Permalink
Merge pull request #21 from ropensci/dev
Browse files Browse the repository at this point in the history
docs updates
  • Loading branch information
leonawicz authored Apr 8, 2024
2 parents 98f620f + d246491 commit 202d5f2
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ README.html
doc
Meta
docs
^CRAN-SUBMISSION$
CRAN-SUBMISSION
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
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
3 changes: 1 addition & 2 deletions R/eia.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ globalVariables(".data")
#'
#' This package provides API access to data from the US
#' \href{https://www.eia.gov/}{Energy Information Administration} (EIA).
#' @docType package
#' @name eia
#' @aliases eia-package
NULL
"_PACKAGE"

#' @importFrom tibble tibble
NULL
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ EIA’s
Github
JSON
Memoization
ORCID
RStudio
asc
desc
Expand Down
17 changes: 17 additions & 0 deletions man/eia.Rd

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

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 202d5f2

Please sign in to comment.