bzigterman / CUcovid

This is the R code I use to make COVID-19 charts for Champaign-Urbana, Illinois
1 stars 1 forks source link

add conditions to gh_action script #15

Closed bzigterman closed 3 years ago

bzigterman commented 3 years ago
if (avg_new_cases >= 0 && 
    dead_last_month >= 0 && 
    pct_fully_vaccinated >= 0 &&
    pct_fully_vaccinated <= 100 &&
    avg_new_vaccine_doses >= 0) {
function
}