We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as agreed in meeting 2024-08-16 Will make development & bug spotting easier. Also will make display easier without needing to join repeatedly
Can be done by something like left_join(select(cdm$concept, concept_id, concept_name), by = 'concept_id')
At the end of analyse_summary_stats() & analyse_monthly_counts()
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Add concept names to summary table (#33)
cdbc9d7
Add concept names to monthly counts table (#33)
bb345ce
Fixes #33
Add concept names to result tables (#33)
3ab3e6d
5e95393
Successfully merging a pull request may close this issue.
as agreed in meeting 2024-08-16
Will make development & bug spotting easier.
Also will make display easier without needing to join repeatedly
Can be done by something like
left_join(select(cdm$concept, concept_id, concept_name),
by = 'concept_id')
At the end of analyse_summary_stats() & analyse_monthly_counts()
The text was updated successfully, but these errors were encountered: