Skip to contents

Adds hyperlinks to the venue names, venue types, and the number of codechecks in the venues table. If a subcategory is provided, it generates links based on venue types.

Usage

add_venues_hyperlinks_non_reg(table, subcat, table_details = NULL)

Arguments

table

The data frame containing the venues data.

subcat

An optional string specifying the subcategory (venue type) for the venues.

table_details

A list containing metadata including output_dir for relative path calculation.

Value

The data frame with hyperlinks added to the appropriate columns.