Create a data frame mapping local license file names to remote license URLs
Source:R/license_local_remote.R
license_local_remote.RdThis function creates a data frame that maps local license file names to
their corresponding remote license URLs.
The local file names are generated by converting the license names to
lowercase, replacing spaces and hyphens with underscores, and appending the
.md extension.
The remote file URLs are taken directly from the input license vector.