Type: Package Package: fpeek Title: Check Text Files Content at a Glance Version: 0.2.2.001 Authors@R: person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")) Description: Tools to help text files importation. It can return the number of lines; print the first and last lines; convert encoding; guess delimiters and file encoding. Operations are made without reading the entire file before starting, resulting in good performances with large files. This package provides an alternative to a simple use of the 'head', 'tail', 'wc' and 'iconv' programs that are not always available on machine where R is installed. License: MIT + file LICENSE URL: https://github.com/davidgohel/fpeek, https://davidgohel.github.io/fpeek/ BugReports: https://github.com/davidgohel/fpeek/issues Imports: Rcpp (>= 0.12.12) Suggests: covr, readr, testthat LinkingTo: Rcpp Encoding: UTF-8 Config/roxygen2/version: 8.0.0 Repository: https://davidgohel.r-universe.dev Date/Publication: 2026-05-25 16:31:26 UTC RemoteUrl: https://github.com/davidgohel/fpeek RemoteRef: HEAD RemoteSha: 79e742e5758a317721e1a8bb8b21e8eb1a8f22cd NeedsCompilation: yes Packaged: 2026-05-25 17:19:43 UTC; root Author: David Gohel [aut, cre] Maintainer: David Gohel