Christoph Stepper
Christoph Stepper
I get the same issue, when trying to convert the result of a `purrr::safely()` column to two columns: ``` r library(tidyverse) # Sample list with problematic function data List of...
would be great if it would work without this detour: ``` r # Unnest the result data |> mutate( output = map_depth(output, 2, as.character) ) |> unnest_wider(col = output) #>...
This is what I did :). I will double check with Pix4D. Thanks