hello-world

hello-world

RWRW

``x <- list( 1, "a", 3 )


lengths <- x %>%

      walk( print ) %>%

      map_dbl( length )


lengths``

Report Page