Skip to content

Commit

Permalink
🚗
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Myles McDonnell committed Jan 18, 2019
1 parent 30f4575 commit 2eaad10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Imports: xml2 (>= 1.1.1),
stringr (>= 1.3.0)
Suggests: knitr,
rmarkdown
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion R/tidyfeed.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#' @description \code{tidyfeed()} downloads and parses rss feeds. The function
#' produces a tidy data frame, easy to use for further manipulation and
#' analysis.
#' @inheritParams httr::GET
#' @param feed (\code{character}). The url for the feed that you want to parse.
#' @param sf . If TRUE, returns sf dataframe.
#' @inheritParams httr::GET config
#' @examples
#' \dontrun{
#' # Atom feed:
Expand Down
7 changes: 6 additions & 1 deletion man/tidyfeed.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2eaad10

Please sign in to comment.