Package: DataGraph 1.2.15
DataGraph: Export Data from 'R' to 'DataGraph'
Functions to pipe data from 'R' to 'DataGraph', a graphing and analysis application for mac OS. Create a live connection using either '.dtable' or '.dtbin' files that can be read by 'DataGraph'. Can save a data frame, collection of data frames and sequences of data frames and individual vectors. For more information see <https://community.visualdatatools.com/datagraph/knowledge-base/r-package/>.
Authors:
DataGraph_1.2.15.tar.gz
DataGraph_1.2.15.zip(r-4.7)DataGraph_1.2.15.zip(r-4.6)DataGraph_1.2.15.zip(r-4.5)
DataGraph_1.2.15.tgz(r-4.6-x86_64)DataGraph_1.2.15.tgz(r-4.6-arm64)DataGraph_1.2.15.tgz(r-4.5-x86_64)DataGraph_1.2.15.tgz(r-4.5-arm64)
DataGraph_1.2.15.tar.gz(r-4.7-arm64)DataGraph_1.2.15.tar.gz(r-4.7-x86_64)DataGraph_1.2.15.tar.gz(r-4.6-arm64)DataGraph_1.2.15.tar.gz(r-4.6-x86_64)
DataGraph_1.2.15.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
DataGraph/json (API)
| # Install 'DataGraph' in R: |
| install.packages('DataGraph', repos = c('https://davidadalsteinsson.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:ad67e80cce. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 141 | ||
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 161 | ||
| linux-release-arm64 | OK | 128 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 173 | ||
| macos-release-x86_64 | OK | 306 | ||
| macos-oldrel-arm64 | OK | 176 | ||
| macos-oldrel-x86_64 | OK | 295 | ||
| windows-devel | OK | 135 | ||
| windows-release | OK | 137 | ||
| windows-oldrel | OK | 138 | ||
| wasm-release | OK | 116 |
Exports:addDTableaddDTBincloseDTablecloseDTBininfoDTBinopenDTableopenDTBinsyncDTablesyncDTBinwriteDTable
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Export Data from R to DataGraph | DataGraph-package DataGraph |
| Save a data frame to a .dtable file | addDTable |
| Save a data frame to a .dtable file | addDTBin |
| Save a data frame to a .dtable file | closeDTable |
| Close a .dtbin file | closeDTBin |
| Save a data frame to a .dtable file | infoDTBin |
| Open a .dtable file so you can write into it using addDTable | openDTable |
| Open a new .dtbin file | openDTBin |
| Adds a .sync file with the same name as the .dtable file. | syncDTable |
| Adds a .sync file with the same name as the .dtbin file. | syncDTBin |
| Save a data frame to a .dtable file | writeDTable |
