Package: brio 1.1.5.9000
brio: Basic R Input Output
Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.
Authors:
brio_1.1.5.9000.tar.gz
brio_1.1.5.9000.zip(r-4.5)brio_1.1.5.9000.zip(r-4.4)brio_1.1.5.9000.zip(r-4.3)
brio_1.1.5.9000.tgz(r-4.4-x86_64)brio_1.1.5.9000.tgz(r-4.4-arm64)brio_1.1.5.9000.tgz(r-4.3-x86_64)brio_1.1.5.9000.tgz(r-4.3-arm64)
brio_1.1.5.9000.tar.gz(r-4.5-noble)brio_1.1.5.9000.tar.gz(r-4.4-noble)
brio_1.1.5.9000.tgz(r-4.4-emscripten)brio_1.1.5.9000.tgz(r-4.3-emscripten)
brio.pdf |brio.html✨
brio/json (API)
NEWS
# Install 'brio' in R: |
install.packages('brio', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/brio/issues
Last updated 4 months agofrom:f65a2f49a8. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win-x86_64 | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
R-4.4-win-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-aarch64 | OK | Nov 01 2024 |
R-4.3-win-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-aarch64 | OK | Nov 01 2024 |
Exports:file_line_endingsread_fileread_file_rawread_linesreadLineswrite_filewrite_file_rawwrite_lineswriteLines
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Retrieve the type of line endings used by a file | file_line_endings |
Read an entire file | read_file read_file_raw |
Read text lines from a file | read_lines |
Read text lines from a file | readLines |
Write data to a file | write_file |
Write data to a file | write_file_raw |
Write lines to a file | write_lines |
Write lines to a file | writeLines |