Package: blaise 1.3.11
blaise: Read and Write FWF Files in the 'Blaise' Format
Can be used to read and write a fwf with an accompanying 'Blaise' datamodel. Blaise is the software suite built by Statistics Netherlands (CBS). It is essentially a way to write and collect surveys and perform statistical analysis on the data. It stores its data in fixed width format with an accompanying metadata file, this is the Blaise format. The package automatically interprets this metadata and reads the file into an R dataframe. When supplying a datamodel for writing, the dataframe will be automatically converted to that format and checked for compatibility. Supports dataframes, tibbles and LaF objects. For more information about 'Blaise', see <https://blaise.com/products/general-information>.
Authors:
blaise_1.3.11.tar.gz
blaise_1.3.11.zip(r-4.5)blaise_1.3.11.zip(r-4.4)blaise_1.3.11.zip(r-4.3)
blaise_1.3.11.tgz(r-4.4-any)blaise_1.3.11.tgz(r-4.3-any)
blaise_1.3.11.tar.gz(r-4.5-noble)blaise_1.3.11.tar.gz(r-4.4-noble)
blaise_1.3.11.tgz(r-4.4-emscripten)blaise_1.3.11.tgz(r-4.3-emscripten)
blaise.pdf |blaise.html✨
blaise/json (API)
NEWS
# Install 'blaise' in R: |
install.packages('blaise', repos = c('https://sophof.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sophof/blaise/issues
Last updated 11 months agofrom:85c90f7168. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win | OK | Oct 11 2024 |
R-4.5-linux | OK | Oct 11 2024 |
R-4.4-win | OK | Oct 11 2024 |
R-4.4-mac | OK | Oct 11 2024 |
R-4.3-win | OK | Oct 11 2024 |
R-4.3-mac | OK | Oct 11 2024 |
Exports:read_fwf_blaisewrite_fwf_blaisewrite_fwf_blaise_with_model
Dependencies:bitbit64clicliprcpp11crayondplyrfansigenericsgluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6readrrlangstringistringrtibbletidyselecttzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Read a fixed width datafile using a blaise datamodel | read_fwf_blaise |
Write a fixed width ascii datafile and accompanying blaise datamodel | write_fwf_blaise |
Write a fixed width ascii datafile based on a given blaise datamodel | write_fwf_blaise_with_model |