combine two omop cdm (Common Data Model) instances initially works on lists NOTE these omop_cdm* functions are for omop extracts rather than the concepts and may be best moved to another package TODO could be modified relatively easily to work on >2 extracts up to 9 :-) TODO get it to work on folder names by calling omop_cdm_read()
read all omop tables from a folder containing parquet or csv files into a list advantage that you don't need to specify table names NOTE these omop_cdm* functions are for omop extracts rather than the concepts and may be best moved to another package
read single omop table from parquet or csv file NOTE these omop_cdm* functions are for omop extracts rather than the concepts and may be best moved to another package
calculate nodes and edges from omop hierarchy accepts output from either omop_ancestors(), omop_descendants() or omop_relations used by omop_graph(), you are only likely to want to use on it's own to a) separate calculation & visualisation so that you can join attributes for visualisation b) pass the nodes and edges to a different graph rendering package