| immunization_schedule_cdc | R Documentation |
Generates a list of recommended vaccines based on the child's current age in months, following the standard CDC immunization schedule (birth through 18 years). This function assumes the child is on track with previous doses.
immunization_schedule_cdc(current_age_months)
current_age_months |
Numeric. The age of the patient in months. |
A list containing:
Age_Months |
Input age. |
Recommended_Vaccines |
A vector of strings listing the vaccines typically administered at this specific age visit. |
Centers for Disease Control and Prevention (CDC). Recommended Child and Adolescent Immunization Schedule for ages 18 years or younger, United States, 2024.
# Example 1: 2 Month Visit
immunization_schedule_cdc(2)
# Example 2: 1 Year Visit (12 months)
immunization_schedule_cdc(12)
# Example 3: 11 Year Visit (132 months)
immunization_schedule_cdc(132)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.