Other packages > Find by keyword >

minioclient  

Interface to the 'MinIO' Client
View on CRAN: Click here


Download and install minioclient package within the R console
Install from CRAN:
install.packages("minioclient")

Install from Github:
library("remotes")
install_github("cran/minioclient")

Install by package version:
library("remotes")
install_version("minioclient", "0.0.6")



Attach the package and use:
library("minioclient")
Maintained by
Carl Boettiger
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-06-29
Latest Update: 2023-11-07
Description:
An R interface to the 'MinIO' Client. The 'MinIO' Client ('mc') provides a modern alternative to UNIX commands like 'ls', 'cat', 'cp', 'mirror', 'diff', 'find' etc. It supports 'filesystems' and Amazon "S3" compatible cloud storage service ("AWS" Signature v2 and v4). This package provides convenience functions for installing the 'MinIO' client and running any operations, as described in the official documentation, . This package provides a flexible and high-performance alternative to 'aws.s3'.
How to cite:
Carl Boettiger (2023). minioclient: Interface to the 'MinIO' Client. R package version 0.0.6, https://cran.r-project.org/web/packages/minioclient. Accessed 12 Aug. 2026.
Previous versions and publish date:
(2026-07-26 07:30), 0.0.2 (2023-06-29 16:30), 0.0.4 (2023-08-09 11:10), 0.0.5 (2023-09-02 08:40), 0.0.6 (2023-11-07 11:10)
Other packages that cited minioclient R package
View minioclient citation profile
Other R packages that minioclient depends, imports, suggests or enhances
Complete documentation for minioclient
Functions, R codes and Examples using the minioclient R package
Some associated functions: install_mc . mc . mc_alias_ls . mc_alias_set . mc_anonymous_set . mc_cat . mc_config_set . mc_cp . mc_du . mc_head . mc_ls . mc_mb . mc_mirror . mc_mv . mc_rb . mc_rm . mc_sql . 
Some associated R codes: install_mc.R . mc.R . mc_alias.R . mc_anonymous.R . mc_cat.R . mc_config_set.R . mc_cp.R . mc_diff.R . mc_du.R . mc_head.R . mc_ls.R . mc_mb.R . mc_mirror.R . mc_mv.R . mc_rb.R . mc_rm.R . mc_sql.R . mc_stat.R .  Full minioclient package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcheck  
Property Based Testing
Property based testing, inspired by the original 'QuickCheck'. This package builds on the property ...
Download / Learn more Package Citations See dependency  
flexdashboard  
R Markdown Format for Flexible Dashboards
Format for converting an R Markdown document to a grid oriented dashboard. The dashboard flexibly a ...
Download / Learn more Package Citations See dependency  
keyplayer  
Locating Key Players in Social Networks
Computes group centrality scores and identifies the most central group of players in a network. ...
Download / Learn more Package Citations See dependency  
ipdw  
Spatial Interpolation by Inverse Path Distance Weighting
Functions are provided to interpolate geo-referenced point data via Inverse Path Distance Weighting ...
Download / Learn more Package Citations See dependency  
spatstat.random  
Random Generation Functionality for the 'spatstat' Family
Functionality for random generation of spatial data in the 'spatstat' family of packages. Generate ...
Download / Learn more Package Citations See dependency  
matrixsampling  
Simulations of Matrix Variate Distributions
Provides samplers for various matrix variate distributions: Wishart, inverse-Wishart, normal, t, inv ...
Download / Learn more Package Citations See dependency  

28,313

R Packages

239,283

Dependencies

74,752

Author Associations

28,314

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA