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.6)brio_1.1.5.9000.zip(r-4.5)brio_1.1.5.9000.zip(r-4.4)
brio_1.1.5.9000.tgz(r-4.6-x86_64)brio_1.1.5.9000.tgz(r-4.6-arm64)brio_1.1.5.9000.tgz(r-4.5-x86_64)brio_1.1.5.9000.tgz(r-4.5-arm64)
brio_1.1.5.9000.tar.gz(r-4.6-arm64)brio_1.1.5.9000.tar.gz(r-4.6-x86_64)brio_1.1.5.9000.tar.gz(r-4.5-arm64)brio_1.1.5.9000.tar.gz(r-4.5-x86_64)
brio_1.1.5.9000.tgz(r-4.5-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
Pkgdown/docs site:https://brio.r-lib.org
Last updated from:b325816ba1. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 98 | ||
| linux-devel-x86_64 | OK | 91 | ||
| source / vignettes | OK | 143 | ||
| linux-release-arm64 | OK | 92 | ||
| linux-release-x86_64 | OK | 96 | ||
| macos-devel-arm64 | OK | 138 | ||
| macos-devel-x86_64 | OK | 164 | ||
| macos-release-arm64 | OK | 73 | ||
| macos-release-x86_64 | OK | 142 | ||
| windows-devel | OK | 87 | ||
| windows-release | OK | 106 | ||
| windows-oldrel | OK | 81 | ||
| wasm-release | OK | 72 |
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 |
