Skip to content

Commit

Permalink
fix functions as Uwe asked me to
Browse files Browse the repository at this point in the history
  • Loading branch information
brunaw committed Oct 1, 2017
1 parent 2cb1b59 commit 9d07d1a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 38 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: vagalumeR
Type: Package
Title: Access to the Vagalume API via R
Title: Access to the 'Vagalume' API
Version: 0.1.0
Author: Bruna Wundervald
Maintainer: Bruna Wundervald <[email protected]>
Description: Provides access to the Vagalume API.
Description: Provides access to the 'Vagalume' API <https://api.vagalume.com.br>.
The data extracted is basically lyrics of songs and information about
artists/bands.
Depends:
Expand Down
6 changes: 4 additions & 2 deletions R/lyrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
#' @examples
#'
#' identifier <- "A-Day-In-The-Life"
#' key <- "your token"
#' artist <- "the-beatles"
#' type <- "name"
#' lyrics(identifier, type, artist)
#' lyrics(identifier, type, artist, key)
#'
#' key <- "your token"
#' identifier <- "3ade68b4gdc96eda3"
#' type <- "id"
#' lyrics(identifier, type)
#' lyrics(identifier = identifier, type = type, key = key)
#'

library(plyr)
Expand Down
12 changes: 0 additions & 12 deletions man/hello.Rd

This file was deleted.

6 changes: 4 additions & 2 deletions man/lyrics.Rd

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

20 changes: 0 additions & 20 deletions vagalumeR.Rproj

This file was deleted.

0 comments on commit 9d07d1a

Please sign in to comment.