Skip to content

Commit

Permalink
formatting in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 22, 2024
1 parent 3a17b94 commit 957c1c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/get_key.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#'
#' Checks first to get key from your .Rprofile or .Renviron (or similar) file.
#' If it's not found, then it suggests setting it up. Can be used to check
#' that your key that R is using is the key that you wish to be using or for
#' that your key that \R is using is the key that you wish to be using or for
#' guidance in setting up the keys.
#'
#' @details
#' The suggestion is to use your .Renviron to set up the API keys. However, if
#' you regularly interact with the APIs outside of R using some other language
#' you may wish to set these up in your .bashrc, .zshrc, or config.fish for
#' cross-language use.
#' The suggestion is to use your .Renviron to set up the \acronym{API} keys.
#' However, if you regularly interact with the APIs outside of \R using some
#' other language you may wish to set these up in your .bashrc, .zshrc, or
#' config.fish for cross-language use.
#'
#'
#' @param service (character) The \acronym{API} host, either \dQuote{DPIRD} or
Expand Down
10 changes: 5 additions & 5 deletions man/get_key.Rd

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

0 comments on commit 957c1c4

Please sign in to comment.