Skip to content

Commit

Permalink
#55 fix check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedFCIS committed Aug 26, 2019
1 parent 18d0674 commit 3125b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/drug_common_utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ open_db <-
#'
#' @examples
#' \donttest{
#' open_mdb(username = "root", password = "root", host = "localhost", port = 3306, output_database = "drugs")
#' open_mdb(username = "root", password = "root",
#' host = "localhost", port = 3306, output_database = "drugs")
#' }
#' @export
open_mdb <-
Expand Down
3 changes: 2 additions & 1 deletion man/open_mdb.Rd

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

0 comments on commit 3125b34

Please sign in to comment.