Package: fpeek 0.1.2
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. 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.1.2.tar.gz
fpeek_0.1.2.zip(r-4.5)fpeek_0.1.2.zip(r-4.4)fpeek_0.1.2.zip(r-4.3)
fpeek_0.1.2.tgz(r-4.4-x86_64)fpeek_0.1.2.tgz(r-4.4-arm64)fpeek_0.1.2.tgz(r-4.3-x86_64)fpeek_0.1.2.tgz(r-4.3-arm64)
fpeek_0.1.2.tar.gz(r-4.5-noble)fpeek_0.1.2.tar.gz(r-4.4-noble)
fpeek_0.1.2.tgz(r-4.4-emscripten)fpeek_0.1.2.tgz(r-4.3-emscripten)
fpeek.pdf |fpeek.html✨
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
Last updated 4 years agofrom:ae7cae98de. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win-x86_64 | OK | Nov 18 2024 |
R-4.5-linux-x86_64 | OK | Nov 18 2024 |
R-4.4-win-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-x86_64 | OK | Nov 18 2024 |
R-4.4-mac-aarch64 | OK | Nov 18 2024 |
R-4.3-win-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-x86_64 | OK | Nov 18 2024 |
R-4.3-mac-aarch64 | OK | Nov 18 2024 |
Exports:peek_count_linespeek_headpeek_iconvpeek_tail
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
number of lines of a file | peek_count_lines |
print the first lines of files | peek_head |
Converts encoding of characters | peek_iconv |
print the last lines of files | peek_tail |