No articles match
Working with collect() promises in reactive contexts8 days ago
Two ways to unwrap a promise | promises::then() | %...>% pipe | A practical example: updating an input from a computed value
shinyCohortBuilder options18 days ago
cb_verbose | scb_verbose | scb_verbose_call_stack | scb_render_all | scb_labels | scb_icons | scb_chart_palette | scb_minified | scb_repro_code_include_source, scb_repro_code_include_methods, scb_repro_code_include_action, scb_repro_code_mark_step
Creating custom source extension22 days ago
Implementing custom GUI filter layer22 days ago
GUI Filter Layer as a S3 Method | input | feedback | server | update | post_stats | multi_input
Introduction to shinyCohortBuilder22 days ago
shinyCohortBuilder vs. cohortBuilder | Cohort to Filtering Panel | Filter vs Filter Controller | Automatic filters configuration | cohortBuilder to GUI features | Multiple-steps filtering | Reproducible code | Saving and restoring Cohort state | Display attrition plot | Extra features | Run button | Bookmarking | Visibility of data statistics | Feedback plots
Implementing custom filters22 days ago
Filter architecture | Built-in filter example | Creating a custom filter: logical filter | Step 1: Define the S7 filter class | Step 2: Register the filter type | Step 3: Implement methods for tblist source | filter_data -- filtering logic | get_stats -- data statistics | plot_data -- visualization | get_data -- filter-related data | get_defaults -- default parameter values | filter_to_expr -- reproducible code | Using the filter | Extra parameters | Implementing filters in a package
Introduction to cohortBuilder22 days ago
cohortBuilder vs. dplyr | Data: librarian | Source object | Cohort object | Configuring and running filters | Multi-stage filtering | Exploring the Cohort object methods | Learning more about the source data | Sharing code and reproducibility
Managing Cohort Object22 days ago
Managing filters | Managing steps | Managing source | Statistics and domain propagation | compute_stats | propagate_domains
Source intelligence and AI tools22 days ago
Describing a source | Generating filters automatically | Inspecting a source with shape() | Connecting a cohort to an LLM
Specifying data relations with Binding Keys22 days ago
Classic approach | Binding Keys
Variants for Cohort Configuration22 days ago
Filtering steps in Source | Filtering steps in Cohort
Writing custom extensions22 days ago
Working with collect() promises in reactive contexts24 days ago
Two ways to unwrap a promise | promises::then() | %...>% pipe | A practical example: updating an input from a computed value
Store your data3 months ago
Local Storage | SQLite Storage | Incremental pulling | Remove Storage | Postgres Storage
Setting hosts4 months ago
Public and private hosts | API versions | Scanning scope | Authorize your access with tokens
Building simple Shiny app with a chatbot1 years ago
Demo App Specs | Processing Git repositories with LLM | Semantic search queries | Shiny chatbot with RAG
Updating Source in Shiny4 years ago
Consistent data | Inconsistent data