R/d4storagehub4R.R

#' @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

Try the d4storagehub4R package in your browser

Any scripts or data that you put into this service are public.

d4storagehub4R documentation built on May 29, 2024, 2:13 a.m.