Created
November 3, 2020 12:55
-
-
Save verajosemanuel/d12dd3f99a0b8a06670a5dd00cae4df7 to your computer and use it in GitHub Desktop.
#add #dataframe #name to a #list of dataframes in #R with #purr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(purrr) | |
ans <- map_df(past_earnings_lists, ~as.data.frame(.x), .id="id") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment