Skip to content

Commit

Permalink
Update DiseasystoreBase.R
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte authored Dec 18, 2023
1 parent d59daf9 commit 677102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DiseasystoreBase.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' It defines the primary methods of each feature stores as well as all of the public methods.
#' @examples
#' # DiseasystoreBase is mostly used as the basis of other, more specific, classes
#' # The DiseasystoreBase can be initialised individually if needed
#' # The DiseasystoreBase can be initialised individually if needed.
#'
#' ds <- DiseasystoreBase$new(source_conn = NULL,
#' target_conn = DBI::dbConnect(RSQLite::SQLite()))
Expand Down

0 comments on commit 677102f

Please sign in to comment.