Other packages > Find by keyword >

R.filesets  

Easy Handling of and Access to Files Organized in Structured Directories
View on CRAN: Click here


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

Install from Github:
library("remotes")
install_github("cran/R.filesets")

Install by package version:
library("remotes")
install_version("R.filesets", "2.15.1")



Attach the package and use:
library("R.filesets")
Maintained by
Henrik Bengtsson
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2009-06-09
Latest Update: 2022-07-21
Description:
A file set refers to a set of files located in one or more directories on the file system.This package provides classes and methods to locate, setup, subset, navigate and iterate such sets.The API is designed such that these classes can be extended via inheritance to provide a richer API for special file formats.Moreover, a specific name format is defined such that filenames and directories can be considered to have full names which consists of a name followed by comma-separated tags.This adds additional flexibility to identify file sets and individual files.NOTE: This package's API should be considered to be in an beta stage.Its main purpose is currently to support the aroma.* packages, where it is one of the main core components; if you decide to build on top of this package, please contact the author first.
How to cite:
Henrik Bengtsson (2009). R.filesets: Easy Handling of and Access to Files Organized in Structured Directories. R package version 2.15.1, https://cran.r-project.org/web/packages/R.filesets
Previous versions and publish date:
0.5.2 (2009-06-09 12:02), 0.5.3 (2009-08-14 22:23), 0.6.5 (2009-11-03 12:23), 0.7.0 (2010-01-04 18:50), 0.8.0 (2010-02-23 08:33), 0.8.1 (2010-04-25 09:55), 0.8.2 (2010-06-03 15:49), 0.8.3 (2010-07-24 21:41), 0.9.0 (2010-09-16 20:40), 0.9.1 (2010-11-24 08:49), 0.9.2 (2011-02-15 10:51), 0.9.5 (2011-03-03 07:53), 0.9.7 (2011-03-14 09:31), 0.9.9 (2011-04-04 21:23), 1.0.1 (2011-05-20 14:05), 1.0.2 (2011-06-25 20:49), 1.1.0 (2011-07-26 00:02), 1.1.3 (2011-11-02 18:16), 1.1.4 (2012-01-12 10:24), 1.1.5 (2012-03-23 22:17), 1.6.0 (2012-11-15 22:53), 1.9.0 (2012-12-22 10:46), 2.0.0 (2013-01-21 12:29), 2.0.1 (2013-04-17 23:09), 2.1.0 (2013-08-03 09:50), 2.3.0 (2013-10-16 21:07), 2.4.0 (2014-02-28 07:00), 2.6.0 (2014-08-27 19:09), 2.7.0 (2015-02-23 08:16), 2.7.1 (2015-04-28 07:57), 2.7.2 (2015-05-25 07:41), 2.8.0 (2015-08-07 13:22), 2.9.0 (2015-10-20 08:06), 2.10.0 (2016-01-05 07:03), 2.11.0 (2017-02-28 00:34), 2.12.0 (2018-02-12 16:22), 2.12.1 (2018-04-09 06:30), 2.13.0 (2019-04-18 07:10), 2.14.0 (2020-12-08 08:20), 2.15.0 (2022-07-21 12:00)
Other packages that cited R.filesets R package
View R.filesets citation profile
Other R packages that R.filesets depends, imports, suggests or enhances
Functions, R codes and Examples using the R.filesets R package
Some associated functions: ChecksumFile . ChecksumFileSet . ColumnNamesInterface . Deprecated_and_defunct_objects . FullNameInterface . GenericDataFile . GenericDataFileSet . GenericDataFileSetList . GenericTabularFile . GenericTabularFileSet . Non-documented_objects . R.filesets-package . RDataFile . RDataFileSet . RdsFile . RdsFileSet . TabularTextFile . TabularTextFileSet . anyNA.GenericDataFileSet . append.GenericDataFileSet . appendFiles.GenericDataFileSet . as.character.GenericDataFile . as.character.GenericDataFileSet . as.list.GenericDataFileSet . byName.GenericDataFileSet . byPath.GenericDataFileSet . compareChecksum.GenericDataFile . copyTo.GenericDataFile . copyTo.GenericDataFileSet . dim.GenericTabularFile . dsApplyInPairs.GenericDataFileSet . equals.GenericDataFile . extract.GenericDataFileSet . extractMatrix.GenericTabularFile . findByName.GenericDataFileSet . fromFile.GenericDataFile . getChecksum.GenericDataFile . getChecksum.GenericDataFileSet . getChecksumObjects.GenericDataFileSet . getColumnNames.ColumnNamesInterface . getCreatedOn.GenericDataFile . getDefaultColumnNames.ColumnNamesInterface . getDefaultColumnNames.TabularTextFile . getDefaultFullName.FullNameInterface . getDefaultFullName.GenericDataFile . getDefaultFullName.GenericDataFileSet . getExtension.GenericDataFile . getFile.GenericDataFileSet . getFileSize.GenericDataFile . getFileType.GenericDataFile . getFilename.GenericDataFile . getFullName.FullNameInterface . getHeader.TabularTextFile . getLastAccessedOn.GenericDataFile . getLastModifiedOn.GenericDataFile . getName.FullNameInterface . getNames.GenericDataFileSet . getPath.GenericDataFile . getPath.GenericDataFileSet . getPathname.GenericDataFile . getPathnames.GenericDataFileSet . getTags.Arguments . getTags.FullNameInterface . gzip.GenericDataFile . gzip.GenericDataFileSet . hasBeenModified.GenericDataFile . hasColumnHeader.TabularTextFile . hasTags.FullNameInterface . indexOf.GenericDataFileSet . isFile.GenericDataFile . length.GenericDataFileSet . linkTo.GenericDataFile . loadRDS . loadToEnv . nbrOfColumns.ColumnNamesInterface . nbrOfLines.TabularTextFile . nbrOfRows.GenericTabularFile . nbrOfRows.TabularTextFile . readChecksum.ChecksumFile . readChecksum.GenericDataFile . readColumns.GenericTabularFile . readDataFrame.GenericTabularFile . readDataFrame.TabularTextFile . readDataFrame.TabularTextFileSet . readDataFrame . readLines.TabularTextFile . renameTo.GenericDataFile . setColumnNames.ColumnNamesInterface . setFullName.FullNameInterface . setName.FullNameInterface . setTags.FullNameInterface . sortBy.GenericDataFileSet . validate.ChecksumFile . validate.GenericDataFile . validate.GenericDataFileSet . validateChecksum.GenericDataFile . writeChecksum.GenericDataFile . writeColumnsToFiles.GenericTabularFile . 
Some associated R codes: 000.R . 006.fixVarArgs.R . 999.DEPRECATED.R . 999.NonDocumentedObjects.R . 999.package.R . Arguments.EXTRAS.R . ChecksumFile.R . ChecksumFileSet.R . ColumnNamesInterface.R . FullNameInterface.R . FullNameInterface.appendFullNameTranslatorByNnn.R . GenericDataFile.ATTRS.R . GenericDataFile.R . GenericDataFileList.R . GenericDataFileSet.PARALLEL.R . GenericDataFileSet.R . GenericDataFileSet.getChecksum.R . GenericDataFileSetList.R . GenericTabularFile.R . GenericTabularFile.writeColumnsToFiles.R . GenericTabularFileSet.R . RDataFile.R . RDataFileSet.R . RdsFile.R . RdsFileSet.R . TabularTextFile.R . TabularTextFileSet.R . dropRootPathTags.R . fullname.R . readDataFrame.R . readTableHeader.R . utils.R . zzz.R .  Full R.filesets 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

bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns