Skip to content

Commit

Permalink
update with an example
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineStawitz-NOAA committed Jul 14, 2022
1 parent 7ce6a05 commit c3facbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/get_issues.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
#' @param secret_ The secret corresponding to the key.
#' @param repo_name The name of the repository
#' @return A \code{json} list of returned issues from Github.
#' @examples
#' \dontrun{
#' get_issues(appname_ = "github",
#' key_ = "56b637a5baffac62cad9",
#' secret_ = "8e107541ae1791259e9987d544ca568633da2ebf",
#' repo_name = "r-lib/httr")
#' }
#' @export
get_issues <- function(appname_, key_, secret_, repo_name) {

Expand Down
6 changes: 6 additions & 0 deletions man/get_issues.Rd

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

0 comments on commit c3facbf

Please sign in to comment.