Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-document and fix warnings #207

Merged
merged 2 commits into from
Jan 5, 2024
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
2 changes: 1 addition & 1 deletion R/content.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Content <- R6::R6Class(
self$get_connect()$set_content_tag(self$get_content()$guid, tag_id = tag_id)
},
#' @description Remove a tag for this content.
#' @param id The tag identifier.
#' @param tag_id The tag identifier.
tag_delete = function(tag_id) {
# note that deleting the parent tag deletes all children
self$get_connect()$remove_content_tag(self$get_content()$guid, tag_id = tag_id)
Expand Down
598 changes: 295 additions & 303 deletions R/get.R

Large diffs are not rendered by default.

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.

20 changes: 20 additions & 0 deletions man/PositConnect.Rd

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

14 changes: 7 additions & 7 deletions man/get_audit_logs.Rd

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

150 changes: 76 additions & 74 deletions man/get_content.Rd

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

Loading
Loading