Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
Check if r2dii.dataraw is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 17, 2020
1 parent 4df6b87 commit 894c545
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion R/match_name.R
Expand Up @@ -50,8 +50,14 @@
#' @export
#'
#' @examples
#' library(dplyr)
#' if (!requireNamespace("r2dii.dataraw", quietly = TRUE)) {
#' stop(
#' "r2dii.dataraw must be installed. You can install it with:\n",
#' "remotes::install_github('2degreesinvesting/r2dii.dataraw')"
#' )
#' }
#' library(r2dii.dataraw)
#' library(dplyr)
#'
#' mini_loanbook <- sample_n(loanbook_demo, 10)
#'
Expand Down
8 changes: 7 additions & 1 deletion man/match_name.Rd

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

0 comments on commit 894c545

Please sign in to comment.