Skip to contents

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())
#> # A tibble: 540 × 46
#>    Hochschulart_Hochschu…¹ Hochschule_Signatur Hochschule Hochschule_EN `Hs-Nr.`
#>    <glue>                  <glue>              <glue>     <glue>        <glue>  
#>  1 10725                   001                 Universit… University o… 142     
#>  2 60515                   002                 APOLLON H… University o… 361     
#>  3 60265                   003                 Hochschul… Macromedia U… 366     
#>  4 61074                   004                 Fachhochs… FH Diakonie,… 375     
#>  5 60129                   006                 Hochschul… German Unive… 457     
#>  6 11034                   008                 Universit… University o… 71      
#>  7 11060                   012                 Universit… University o… 215     
#>  8 11065                   013                 Universit… University o… 245     
#>  9 11070                   014                 Universit… University o… 279     
#> 10 11040                   015                 Fernunive… FernUniversi… 100     
#> # ℹ 530 more rows
#> # ℹ abbreviated name: ¹​Hochschulart_Hochschule_Signatur
#> # ℹ 41 more variables: Wiki_ID_DE <glue>, Wikidata_ID <glue>,
#> #   Wiki_ID_EN <glue>, Wiki_Key_EN <glue>, Wiki_Logo_DE <glue>,
#> #   Wiki_Logo_DE_File <glue>, Wiki_Logo_DE_Description <glue>,
#> #   Wiki_Logo_DE_URL <glue>, Wiki_Logo_DE_Thumbnail_URL <glue>, ROR_ID <glue>,
#> #   Multirank <glue>, Ort <glue>, Domain_Hochschule_HRK <glue>, …