rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
312 stars 63 forks source link

Should board_folder have a 'name' argument? #503

Closed hongooi73 closed 3 years ago

hongooi73 commented 3 years ago

I can't see where it's being used:

board_folder <- function(path, name = "folder", versioned = FALSE) {
  fs::dir_create(path)

  new_board_v1("pins_board_folder",
    cache = NA_character_,
    path = path,
    versioned = versioned
  )
}
hadley commented 3 years ago

Ooops, this was a vestige from the legacy board implementation. Thanks for spotting it!

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.