OHDSI / ResultModelManager

RMM is an R package designed to handle common ohdsi results data management functions by providing a common API for data model migrations and definitions
https://ohdsi.github.io/ResultModelManager/
Apache License 2.0
3 stars 3 forks source link

Load SQL files from directory in Query Namespace #26

Open azimov opened 1 year ago

azimov commented 1 year ago

This should be as simple as calling SqlRender::loadRenderTranslateSql with variables stored in namespace.

An addition could be to support comment headers that indicate if the file is for queries that return results or blocks of sql statements that should be executed