Nothing
#' @name d4storagehub4R
#' @aliases d4storagehub4R-package
#' @aliases d4storagehub4R
#' @docType package
#'
#' @import R6
#' @import methods
#' @import httr
#' @import jsonlite
#' @import XML
#' @import xml2
#' @import keyring
#' @importFrom tools file_path_as_absolute
#'
#' @title Interface to 'D4Science' 'StorageHub' API
#' @description Provides an interface to 'D4Science' 'StorageHub' API (<https://dev.d4science.org/>). Allows to get user profile, and perform
#' actions over the 'StorageHub' (workspace) including creation of folders, files management (upload/update/deletion/sharing), and listing of
#' stored resources.
#'
#'@author Emmanuel Blondel \email{emmanuel.blondel1@@gmail.com}
#'
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.