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.7)brio_1.1.5.9000.zip(r-4.6)brio_1.1.5.9000.zip(r-4.5)
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.7-arm64)brio_1.1.5.9000.tar.gz(r-4.7-x86_64)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.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 | 103 | ||
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 150 | ||
| linux-release-arm64 | OK | 142 | ||
| linux-release-x86_64 | OK | 95 | ||
| macos-release-arm64 | OK | 102 | ||
| macos-release-x86_64 | OK | 187 | ||
| macos-oldrel-arm64 | OK | 93 | ||
| macos-oldrel-x86_64 | OK | 291 | ||
| windows-devel | OK | 75 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 132 | ||
| wasm-release | OK | 88 |
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 |
