Skip to content

Commit

Permalink
Merge pull request #86 from fhdsl/kweav-patch-1
Browse files Browse the repository at this point in the history
Update getting-started.Rmd
  • Loading branch information
cansavvy authored Sep 30, 2024
2 parents ecb8d09 + 6181266 commit 1dc2e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Digging up data that matters, making it dashboard-ready.
`metricminer` is an R package that helps you mine metrics from common places on the web through the power of their APIs.

It also helps format the data so that it can easily be used for a dashboard or other purposes.
It will have an associated [dashboard template](https://github.com/FredHutch/metricminer-dashboard) and tutorials to help you fully utilize the data you retrieve with `metricminer` (but these are still under development!)
It will have an associated [dashboard template](https://github.com/fhdsl/metricminer-dashboard) and tutorials to help you fully utilize the data you retrieve with `metricminer` (but these are still under development!)

- You can [read the metricminer package documentation here](https://hutchdatascience.org/metricminer/).
- Additionally, you can read more about metric collection in our [associated manuscript, which is currently a preprint](https://arxiv.org/abs/2306.03255).
Expand Down
2 changes: 1 addition & 1 deletion vignettes/getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If you have a channel and the URL is https://www.youtube.com/channel/a_bunch_of_
Then you can extract stats for the videos on that youtube channel using that URL.
```
authorize("google")
youtube_stats <- get_get_youtube_stats("a_bunch_of_letters_here")
youtube_stats <- get_youtube_stats("a_bunch_of_letters_here")
```

## Bulk Retrievals
Expand Down

0 comments on commit 1dc2e7a

Please sign in to comment.