Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/content.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Content <- R6::R6Class(
self$connect$GET(url)
},
#' @description Download the source archive for a content bundle.
#' @param bundle_id The bundle identifer.
#' @param bundle_id The bundle identifier.
#' @param filename Where to write the result.
#' @param overwrite Overwrite an existing filename.
bundle_download = function(
Expand All @@ -58,7 +58,7 @@ Content <- R6::R6Class(
return(filename)
},
#' @description Delete a content bundle.
#' @param bundle_id The bundle identifer.
#' @param bundle_id The bundle identifier.
bundle_delete = function(bundle_id) {
url <- v1_url("content", self$content$guid, "bundles", bundle_id)
self$connect$DELETE(url)
Expand Down
4 changes: 2 additions & 2 deletions man/Content.Rd

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

Loading