- added vignettes
- add version from the log or Vocabulary table as part of the
cache key as a
chariotVersionKey
S3 class. - update
query_athena()
with version as key andchariotResultset
S3 class where the fetch method can be determined usingfetched_via()
.
-
Created a YAML of a classification of relationships that is updated by query need to figure out:
-
How to update the yaml string with the query of the derived relationships and then send to GH Pages with a lookup of the classification as a yaml.
-
How to retrieve the same yaml string as an R list to be used within the package.
-
- fixed bugs in
strip
andlabel
formatting functions - added vignettes for HemOnc functions (
ho_*
), pivoting Concept Relationship and Concept Ancestor resultsets, and manipulating strings for mapping purposes. - added Vocabulary Level functions (
vocab_*
) - added functions that retrieve test data (
get_test_*
) - added scraping of CDM GitHub wiki on package load
- add Drug Strength Staging (
ds_*
) functions to prep and join data for drug exposure calculations
- remove all deprecated functions, including
pivot
,plot
,render
,set_parameters
- remove
single_concept_ancestry
functions in favor ofprint_concept_ancestry()
- add
maps_to_concept_names
slot toconcept
S4 class object forget_name_cluster
function - add
join_on_
andjoin_for_*
functions - add
queryCDM
function to query a CDM table with automatic iterative joins with the Concept Table - deprecate collapsibleTree plotting functions in favor of amphora R package
- optimize hemonc functions
- streamline collapsibleTree plotting functions
- optimize filter functions
- streamline concept.tree() into umbrella and bottleneck style plots
- add Sys.sleep feature to querying
- add documentation for leftJoin functions
- updated all left join functions with pg13 package dependencies
- optimized merge functions
- add first version of concept.tree() function that renders a collapsibleTree
- makeLabel function to return instead of "NA NA" for missing concept_id and concept_name combinations