Package: ACEsearch 1.0.0
ACEsearch: 'ACE' Search Engine API
'ACE' (Advanced Cohort Engine) is a powerful tool that allows constructing cohorts of patients extremely quickly and efficiently. This package is designed to interface directly with an instance of 'ACE' search engine and facilitates API queries and data dumps. Prerequisite is a good knowledge of the temporal language to be able to efficiently construct a query. More information available at <https://shahlab.stanford.edu/start>.
Authors:
ACEsearch_1.0.0.tar.gz
ACEsearch_1.0.0.zip(r-4.5)ACEsearch_1.0.0.zip(r-4.4)ACEsearch_1.0.0.zip(r-4.3)
ACEsearch_1.0.0.tgz(r-4.4-any)ACEsearch_1.0.0.tgz(r-4.3-any)
ACEsearch_1.0.0.tar.gz(r-4.5-noble)ACEsearch_1.0.0.tar.gz(r-4.4-noble)
ACEsearch_1.0.0.tgz(r-4.4-emscripten)ACEsearch_1.0.0.tgz(r-4.3-emscripten)
ACEsearch.pdf |ACEsearch.html✨
ACEsearch/json (API)
# Install 'ACEsearch' in R: |
install.packages('ACEsearch', repos = c('https://podalv.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 4 years agofrom:f03493e49a. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | NOTE | Nov 12 2024 |
R-4.5-linux | NOTE | Nov 12 2024 |
R-4.4-win | NOTE | Nov 12 2024 |
R-4.4-mac | NOTE | Nov 12 2024 |
R-4.3-win | NOTE | Nov 12 2024 |
R-4.3-mac | NOTE | Nov 12 2024 |
Exports:ACEsearch.connectACEsearch.containsACEsearch.csvACEsearch.dumpACEsearch.queryACEsearch.status
Dependencies:askpassbriocallrclicrayoncurldescdiffobjdigestevaluatefsgluehttrjsonlitelifecyclemagrittrmimeopensslpkgbuildpkgloadpraiseprocessxpsR6rlangrprojrootsystestthatwaldowithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Connects to ACE instance | ACEsearch.connect |
Returns whether patient with the specified patient_id exists | ACEsearch.contains |
Queries ACE with a CSV() command and imports the contents of the csv into a data frame | ACEsearch.csv |
Dumps patient from ACE to a file on disk | ACEsearch.dump |
Queries ACE and returns a list of patient IDs | ACEsearch.query |
Returns the status of the ACE search engine | ACEsearch.status |