From 5853d9ddc922118c1d674780b6058f60ec8652da Mon Sep 17 00:00:00 2001 From: alice-hannah Date: Fri, 13 Sep 2024 15:38:30 +0100 Subject: [PATCH] Add note re SG deletion policy --- R/assets.R | 3 +++ man/delete_asset.Rd | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/R/assets.R b/R/assets.R index 8e01cba..f98fe4e 100644 --- a/R/assets.R +++ b/R/assets.R @@ -68,6 +68,9 @@ asset_info <- function(asset_uuid, #' @param asset_uuid UUID of asset #' @inheritParams objr #' +#' @details Note: Note: This functionality is disabled in Scottish Government +#' workspaces. +#' #' @export delete_asset <- function(asset_uuid, diff --git a/man/delete_asset.Rd b/man/delete_asset.Rd index 01cfc62..8223c02 100644 --- a/man/delete_asset.Rd +++ b/man/delete_asset.Rd @@ -14,3 +14,7 @@ delete_asset(asset_uuid, use_proxy = FALSE) \description{ Delete an asset } +\details{ +Note: Note: This functionality is disabled in Scottish Government +workspaces. +}