derive_manifest_urls: Derive missing URLs in a manifest from a base URL.

View source: R/manifest.R

derive_manifest_urlsR Documentation

Derive missing URLs in a manifest from a base URL.

Description

For every file in a manifest without an explicit URL, set the URL to paste0(base_url, path). Used internally by read_manifest.

Usage

derive_manifest_urls(manifest, base_url = NULL)

Arguments

manifest

data.frame. The validated manifest.

base_url

string or NULL. The base URL to derive missing URLs from.

Value

data.frame. The manifest with the url column filled in.


pkgfilecache documentation built on Sept. 1, 2026, 1:08 a.m.