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 22 Dec. 2024.
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

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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