Other packages > Find by keyword >

fs  

Cross-Platform File System Operations Based on 'libuv'
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("fs", "1.6.5")



Attach the package and use:
library("fs")
Maintained by
Gábor Csárdi
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-01-19
Latest Update: 2023-07-20
Description:
A cross-platform interface to file system operations, built on top of the 'libuv' C library.
How to cite:
Gábor Csárdi (2018). fs: Cross-Platform File System Operations Based on 'libuv'. R package version 1.6.5, https://cran.r-project.org/web/packages/fs. Accessed 21 Nov. 2024.
Previous versions and publish date:
1.0.0 (2018-01-19 13:56), 1.1.0 (2018-01-26 22:40), 1.2.0 (2018-03-13 23:12), 1.2.1 (2018-03-20 14:30), 1.2.2 (2018-03-21 18:16), 1.2.3 (2018-06-08 15:48), 1.2.4 (2018-07-26 17:00), 1.2.5 (2018-07-30 22:50), 1.2.6 (2018-08-23 21:34), 1.2.7 (2019-03-20 00:20), 1.3.0 (2019-05-02 20:20), 1.3.1 (2019-05-07 00:50), 1.3.2 (2020-03-05 15:30), 1.4.0 (2020-03-31 17:00), 1.4.1 (2020-04-04 02:30), 1.4.2 (2020-06-30 16:40), 1.5.0 (2020-07-31 23:30), 1.5.1 (2021-11-30 15:00), 1.5.2 (2021-12-09 00:00), 1.6.0 (2023-01-23 11:10), 1.6.1 (2023-02-06 22:22), 1.6.2 (2023-04-25 10:30), 1.6.3 (2023-07-20 12:30), 1.6.4 (2024-04-25 14:50)
Other packages that cited fs R package
View fs citation profile
Other R packages that fs depends, imports, suggests or enhances
Complete documentation for fs
Functions, R codes and Examples using the fs R package
Some associated functions: copy . create . delete . dir_ls . dir_tree . file_access . file_chmod . file_chown . file_info . file_move . file_show . file_temp . file_touch . fs-package . fs_bytes . fs_path . fs_perms . id . is_absolute_path . is_file . link_path . path . path_expand . path_file . path_filter . path_math . path_package . path_sanitize . path_tidy . 
Some associated R codes: access.R . copy.R . create.R . delete.R . file.R . fs-package.R . fs_bytes.R . fs_path.R . fs_perms.R . id.R . is.R . link.R . list.R . package.R . path.R . path_package.R . sanitize.R . temp.R . tree.R . utils.R . zzz.R .  Full fs package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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