Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed May 31, 2024
1 parent 30a6f07 commit 64a899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/automated-youtube-dashboard/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ for (i in 1:nrow(dat_urls)) { # <2>
1. Starting with an empty data frame called `dat_videos`,
2. For each row in `dat_urls` (which contains the channel IDs),
3. Find the channel ID,
4. Pull the expanded URL,
4. Pull the ID,
5. Run it through `list_channel_videos()`, and
6. Add the information as rows to `dat_videos`.

Expand Down

0 comments on commit 64a899a

Please sign in to comment.