capro-uio / nettskjemar

Package to work with UiO nettskjema
https://www.capro.dev/nettskjemar/
Other
2 stars 1 forks source link

Explicit `as.character()` conversion within `purrr::map_chr()` #25

Open sda030 opened 8 months ago

sda030 commented 8 months ago
x <- nettskjemar::nettskjema_get_codebook(form_id=<surveyid>)
Warning message:
Automatic coercion from integer to character was deprecated in purrr 1.0.0.
ℹ Please use an explicit call to `as.character()` within `map_chr()` instead.
ℹ The deprecated feature was likely used in the nettskjemar package.
  Please report the issue at <https://github.com/LCBC-UiO/nettskjemar/issues>.