GEMINI-Medicine / Rgemini

A custom R package that provides a variety of functions to perform data analyses with GEMINI data
https://gemini-medicine.github.io/Rgemini/
Other
3 stars 0 forks source link

Use @inheritParams #45

Open loffleraSMH opened 11 months ago

loffleraSMH commented 11 months ago

Implement @inheritParams to achieve consistency. See comorbidity_index.R for an example on how to implement @inheritParams

vaakesan-SMH commented 11 months ago

@inheritParams can be used for parameters such as:

More can be added to this list.