Skip to content

Commit

Permalink
Suppress line with map_dfr function
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lambda committed Apr 23, 2024
1 parent 9af6537 commit 059de10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marvel.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ get_table <- function(wiki_url) {
}
df_marvel <- map_dfr(urls, get_table)
df_marvel <- map(urls, get_table) |>
list_rbind() # map_dfr(urls, get_table) is deprecated
```
Expand Down

0 comments on commit 059de10

Please sign in to comment.