diff --git a/NAMESPACE b/NAMESPACE index 58ed529..6c247b6 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -10,7 +10,6 @@ export(get_github_repo) export(get_github_user) export(get_google_files) export(get_youtube_stats) -export(write_playlist_details) importFrom(assertthat,assert_that) importFrom(assertthat,is.string) importFrom(gh,gh) diff --git a/man/write_playlist_details.Rd b/man/write_playlist_details.Rd deleted file mode 100644 index 3a6ee26..0000000 --- a/man/write_playlist_details.Rd +++ /dev/null @@ -1,26 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/youtube.R -\name{write_playlist_details} -\alias{write_playlist_details} -\title{Write playlist details from YouTube} -\usage{ -write_playlist_details(playlist_id, outfile) -} -\arguments{ -\item{playlist_id}{string, playlist ID on YouTube} - -\item{outfile}{string, a filename to which to write results in the 'resources' folder} -} -\value{ -writes a file containing the dataframe of cleaned results -} -\description{ -Write playlist details from YouTube -} -\examples{ -\dontrun{ -# Not run -write_playlist_details(playlist_id = shorts_playlist_id, outfile = "youtube_shorts_data.tsv") -write_playlist_details(playlist_id = "PL6aYJ_0zJ4uCABkMngSYjPo_3c-nUUmio", outfile = "youtube_shorts_data.tsv") -} -}