Skip to content

Commit

Permalink
extend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveParr committed Aug 5, 2020
1 parent b9659c2 commit 85bbebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
11 changes: 3 additions & 8 deletions R/githubify_images.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@
#' @param github_user Your github username, Default: Sys.getenv(x = "GITHUB_USER")
#' @param github_repo The github repo hosting the article and image, Default: Sys.getenv(x = "GITHUB_REPO")
#' @param github_branch The branch on the github repo to publish from, Default: Sys.getenv(x = "GITHUB_BRANCH")
#' @return The article string with the image paths changed from a local path to an expected location on github
#' @details DETAILS
#' @examples
#' \dontrun{
#' if(interactive()){
#' #EXAMPLE1
#' }
#' }
#' @return The article string with the image paths changed from a local path to an expected location on GitHub.
#' @details At no point does dev.to.ol check that the image is at the expected path, so remember to push your work,
#' and double check the paths are set correctly. \code{\link[dev.to.ol]{setup_environ}} can help with this.
#' @seealso
#' \code{\link[readr]{read_file}}
#' \code{\link[glue]{glue}}
Expand Down
12 changes: 3 additions & 9 deletions man/githubify_images.Rd

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

0 comments on commit 85bbebf

Please sign in to comment.