Skip to contents

This function checks and updates both the surveydown R package and its associated Quarto extension. It ensures that both components are up-to-date and their versions match.

Usage

sd_update_surveydown(force = FALSE)

Arguments

force

Logical; if TRUE, forces an update regardless of current versions. Defaults to FALSE.

Value

No return value, called for side effects.

Examples

if (FALSE) { # \dontrun{
sd_update_surveydown()
sd_update_surveydown(force = TRUE)
} # }