Skip to content

Commit

Permalink
Export new_board()
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Nov 8, 2023
1 parent eb911e4 commit e3b79a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export(legacy_kaggle)
export(legacy_local)
export(legacy_s3)
export(legacy_temp)
export(new_board)
export(pin)
export(pin_browse)
export(pin_default_name)
Expand Down
1 change: 1 addition & 0 deletions R/board.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#' @param versioned Should this board be registered with support for versions?
#' @param ... Additional parameters required to initialize a particular board.
#' @keywords internal
#' @export
new_board <- function(board, api, cache, ...) {
if (!is.na(cache)) {
fs::dir_create(cache)
Expand Down

0 comments on commit e3b79a3

Please sign in to comment.