Package: viafoundry 1.0.0
Alper Kucukural
viafoundry: R Client for 'Via Foundry' API
'Via Foundry' API provides streamlined tools for interacting with and extracting data from structured responses, particularly for use cases involving hierarchical data from Foundry's API. It includes functions to fetch and parse process-level and file-level metadata, allowing users to efficiently query and manipulate nested data structures. Key features include the ability to list all unique process names, retrieve file metadata for specific or all processes, and dynamically load or download files based on their type. With built-in support for handling various file formats (e.g., tabular and non-tabular files) and seamless integration with API through authentication, this package is designed to enhance workflows involving large-scale data management and analysis. Robust error handling and flexible configuration ensure reliable performance across diverse data environments. Please consult the documentation for the API endpoint for your installation.
Authors:
viafoundry_1.0.0.tar.gz
viafoundry_1.0.0.zip(r-4.5)viafoundry_1.0.0.zip(r-4.4)viafoundry_1.0.0.zip(r-4.3)
viafoundry_1.0.0.tgz(r-4.4-any)viafoundry_1.0.0.tgz(r-4.3-any)
viafoundry_1.0.0.tar.gz(r-4.5-noble)viafoundry_1.0.0.tar.gz(r-4.4-noble)
viafoundry_1.0.0.tgz(r-4.4-emscripten)viafoundry_1.0.0.tgz(r-4.3-emscripten)
viafoundry.pdf |viafoundry.html✨
viafoundry/json (API)
NEWS
# Install 'viafoundry' in R: |
install.packages('viafoundry', repos = c('https://viascientific.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/viascientific/viafoundry-r-sdk/issues
Last updated 4 days agofrom:660a525b86. Checks:7 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Jan 14 2025 |
R-4.5-win | OK | Jan 14 2025 |
R-4.5-linux | OK | Jan 14 2025 |
R-4.4-win | OK | Jan 14 2025 |
R-4.4-mac | OK | Jan 14 2025 |
R-4.3-win | OK | Jan 14 2025 |
R-4.3-mac | OK | Jan 14 2025 |
Exports:authenticatecall_endpointdiscoverfetchReportDataget_api_statusget_bearer_tokengetAllFileNamesgetFileNamesgetProcessNamesloadFilelogin
Dependencies:askpassclicurldplyrfansigenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpurrrR6rlangsystibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Authenticate with the `Via Foundry` API | authenticate |
Calculate expiration date (30 days from now) | calculate_expiration_date |
Call an API Endpoint | call_endpoint |
Discover Available Endpoints | discover |
Fetch the `JSON` data for a report | fetchReportData |
Get API Status | get_api_status |
Get bearer token using the cookie token | get_bearer_token |
Get headers for API requests | get_headers |
Extract children names across all processes | getAllFileNames |
Get file names for a specific process | getFileNames |
Get unique process names | getProcessNames |
Load Configuration | load_config |
Load or download a file from a process and file name | loadFile |
Login and retrieve the cookie token | login |