Other packages > Find by keyword >

LaF  

Fast Access to Large ASCII Files
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("LaF", "0.8.6")



Attach the package and use:
library("LaF")
Maintained by
Jan van der Laan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2011-10-19
Latest Update: 2020-03-23
Description:
Methods for fast access to large ASCII files. Currently the following file formats are supported: comma separated format (CSV) and fixed width format. It is assumed that the files are too large to fit into memory, although the package can also be used to efficiently access files that do fit into memory. Methods are provided to access and process files blockwise. Furthermore, an opened file can be accessed as one would an ordinary data.frame. The LaF vignette gives an overview of the functionality provided.
How to cite:
Jan van der Laan (2011). LaF: Fast Access to Large ASCII Files. R package version 0.8.6, https://cran.r-project.org/web/packages/LaF. Accessed 30 Jan. 2025.
Previous versions and publish date:
0.2 (2011-10-19 09:37), 0.3 (2011-11-06 19:03), 0.4 (2012-06-18 13:55), 0.5 (2013-04-25 17:55), 0.6.1 (2014-04-21 15:38), 0.6.2 (2015-01-28 20:27), 0.6.3 (2017-01-02 16:20), 0.6 (2014-04-15 00:07), 0.7.1 (2017-10-12 16:04), 0.8.0 (2017-11-20 13:56), 0.8.4 (2020-03-23 12:20)
Other packages that cited LaF R package
View LaF citation profile
Other R packages that LaF depends, imports, suggests or enhances
Complete documentation for LaF
Functions, R codes and Examples using the LaF R package
Some associated functions: begin . cindexing . close . current_line . datamodels . detect_dm_csv . determine_nlines . get_lines . goto . indexing . laf-class . laf_column-class . laf_open . laf_open_csv . laf_open_fwf . levels . names . ncol . next_block . nrow . process_blocks . read_dm_blaise . read_lines . sample_lines . show . stats . 
Some associated R codes: generics.R . laf.R . laf_column.R . meta.R . open.R . read_dm_blaise.R . stats.R . textutils.R . types.R . utility.R .  Full LaF 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

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  
fastmit  
Fast Mutual Information Based Independence Test
A mutual information estimator based on k-nearest neighbor method proposed by A. Kraskov, et al. (20 ...
Download / Learn more Package Citations See dependency  
WtTopsis  
Weighted Method for Multiple-Criteria Decision Making
Evaluation of alternatives based on multiple criteria using weighted technique for Order preference ...
Download / Learn more Package Citations See dependency  
GGMncv  
Gaussian Graphical Models with Nonconvex Regularization
Estimate Gaussian graphical models with nonconvex penalties , including ...
Download / Learn more Package Citations See dependency  
cinaR  
A Computational Pipeline for Bulk 'ATAC-Seq' Profiles
Differential analyses and Enrichment pipeline for bulk 'ATAC-seq' data analyses. This package combi ...
Download / Learn more Package Citations See dependency  
kesernetwork  
Visualization of the KESER Network
A shiny app to visualize the knowledge networks for the code concepts. Using co-occurrence matrices ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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