col_to_url: Converts a column with URL fragments into the full URL

View source: R/col_to_url.R

col_to_urlR Documentation

Converts a column with URL fragments into the full URL

Description

This function relies on gt:::resolve_cols_c from the gt package

Usage

col_to_url(df, columns)

Arguments

df

A data frame or tibble

columns

Unquoted column names

Value

A data frame with the columns turned into full URLs

Examples

col_to_url(hochschulen, dplyr::everything())

RichardMeyer-Eppler/studentenstatistikNRW documentation built on July 27, 2024, 3:14 a.m.