Package: fpeek 0.2.2.001

fpeek: Check Text Files Content at a Glance
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.
Authors:
fpeek_0.2.2.001.tar.gz
fpeek_0.2.2.001.zip(r-4.7)fpeek_0.2.2.001.zip(r-4.6)fpeek_0.2.2.001.zip(r-4.5)
fpeek_0.2.2.001.tgz(r-4.6-x86_64)fpeek_0.2.2.001.tgz(r-4.6-arm64)fpeek_0.2.2.001.tgz(r-4.5-x86_64)fpeek_0.2.2.001.tgz(r-4.5-arm64)
fpeek_0.2.2.001.tar.gz(r-4.7-arm64)fpeek_0.2.2.001.tar.gz(r-4.7-x86_64)fpeek_0.2.2.001.tar.gz(r-4.6-arm64)fpeek_0.2.2.001.tar.gz(r-4.6-x86_64)
fpeek_0.2.2.001.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
fpeek/json (API)
NEWS
| # Install 'fpeek' in R: |
| install.packages('fpeek', repos = c('https://davidgohel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/davidgohel/fpeek/issues
Pkgdown/docs site:https://davidgohel.github.io
Last updated from:79e742e575. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 175 | ||
| linux-release-arm64 | OK | 169 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 84 | ||
| macos-release-x86_64 | OK | 191 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| macos-oldrel-x86_64 | OK | 162 | ||
| windows-devel | OK | 88 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 105 | ||
| wasm-release | OK | 97 |
Exports:peek_count_linespeek_guess_delimpeek_guess_encodingpeek_headpeek_iconvpeek_tail
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| number of lines of a file | peek_count_lines |
| Guess Delimited File Parameters | peek_guess_delim |
| Guess File Encoding | peek_guess_encoding |
| print the first lines of files | peek_head |
| Converts encoding of characters | peek_iconv |
| print the last lines of files | peek_tail |
