Skip to contents

Check if local archive is up to date

Usage

check_archive_freshness(cached_path, github_repo, metadata)

Arguments

cached_path

Character string. Path to cached archive file

github_repo

Character string. GitHub repository in format "owner/repo"

metadata

Data frame. Archive metadata from get_archive_metadata()

Value

Logical. TRUE if local file is up to date, FALSE otherwise