NotesViewer
| dc.contributor.author | Master, Sahal |
| dc.contributor.other | PEDSnet Data Coordinating Center |
| dc.contributor.other | Applied Clinical Research Center, Children's Hospital of Philadelphia |
| dc.date.accessioned | 2026-06-03T15:14:22Z |
| dc.date.created | 2026-06 |
| dc.description | NotesViewer lets you connect to any PostgreSQL database (the connection is resolved via the srcr package) and explore tables in a responsive, searchable UI. It is especially handy for: - Inspecting raw rows from large tables. - Applying ad‑hoc filters before loading data to minimise network traffic. - Quickly locating records using plain‑text or PCRE regex searches. - Exporting filtered results to CSV for downstream analysis. |
| dc.description.abstract | NotesViewer is an interactive Shiny web application for exploring PostgreSQL tables. It provides a flexible UI for connecting to a database, selecting tables, applying server‑side filters, and visualising rows as cards, tables, or profiling summaries. The app is designed for quick ad‑hoc data inspection without writing SQL manually. |
| dc.identifier.uri | https://hdl.handle.net/20.500.14642/1658 |
| dc.publisher | PEDSnet |
| dc.rights | a CC-BY Attribution 4.0 license. |
| dc.rights.uri | https://creativecommons.org/licenses/by/4.0/ |
| dc.subject | R |
| dc.subject | Postgres Compatible |
| dc.subject | Natural Language Processing |
| dc.subject.mesh | Natural Lanuage Processing |
| dc.subject.mesh | Electronic Health Records |
| dc.title | NotesViewer |
| dspace.entity.type | Code |
| local.code.github | https://github.com/PEDSnet/NotesViewer |
| local.code.package | # Clone the repository (if not already present) git clone https://github.com/yourorg/NotesViewer.git # Change to the project directory setwd("NotesViewer") # Install required packages install.packages(c( "shiny", "bslib", "DBI", "RPostgres", "DT", "shinyjs", "shinycssloaders", "jsonlite", "srcr" )) |
| relation.isCodeOfCode | 175812eb-1632-407b-9e43-1a49844dae35 |
| relation.isCodeOfCode.latestForDiscovery | 175812eb-1632-407b-9e43-1a49844dae35 |
| relation.isDocumentationOfCode | 88dd6903-1cb0-4296-9ace-62eba94d7ff2 |
| relation.isDocumentationOfCode.latestForDiscovery | 88dd6903-1cb0-4296-9ace-62eba94d7ff2 |
| relation.isPublicationOfCode | 88dd6903-1cb0-4296-9ace-62eba94d7ff2 |
| relation.isPublicationOfCode.latestForDiscovery | 88dd6903-1cb0-4296-9ace-62eba94d7ff2 |
