covidsymptom (version 1.0.0)

update_csss_data: Update COVID Symptom Study Sweden (CSSS) data

Description

Originally, this function would update the package datasets in the global environment with the most recent data from the development version of the package. However, as updates to the CSSS dataset have been discontinued, this function now simply notifies that no updates are available.

This function served to ensure that the package datasets remained up-to-date without requiring a full package reinstallation. It would compare the local version of the data with the latest online version and offer to update if newer data were found.

Due to the discontinuation of data updates from CSSS, this function now only serves to inform users that no new updates will be provided, preserving its structure for educational or demonstration purposes.

Usage

update_csss_data(silence = FALSE)

Value

None. This function now simply prints a message to the console indicating that the function has been disabled and no updates are available.

Arguments

silence

A logical parameter (default FALSE) to suppress messages. Setting this parameter will not affect the functionality now as the function does not perform any operations.

Author

Hugo Fitipaldi

Examples

Run this code
update_csss_data() # This will print a message that no updates are available.

Run the code above in your browser using DataLab