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]
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 05 Apr. 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
03/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/03Downloads for LaF1015202530354045TrendBars

Today's Hot Picks in Authors and Packages

deepdive  
Deep Learning for General Purpose
Aims to provide simple intuitive functions to create quick prototypes of artificial neural network o ...
Download / Learn more Package Citations See dependency  
gllvm  
Generalized Linear Latent Variable Models
Analysis of multivariate data using generalized linear latent variable models (gllvm). Estimation i ...
Download / Learn more Package Citations See dependency  
whitestrap  
White Test and Bootstrapped White Test for Heteroskedasticity
Formal implementation of White test of heteroskedasticity and a bootstrapped version of it, develope ...
Download / Learn more Package Citations See dependency  
IGST  
Informative Gene Selection Tool
Mining informative genes with certain biological meanings are important for clinical diagnosis of di ...
Download / Learn more Package Citations See dependency  
leapp  
Latent Effect Adjustment After Primary Projection
These functions take a gene expression value matrix, a primary covariate vector, an additional know ...
Download / Learn more Package Citations See dependency  
TrendInTrend  
Odds Ratio Estimation and Power Calculation for the Trend in Trend Model
Estimation of causal odds ratio and power calculation given trends in exposure prevalenceand outcome ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

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