Skip to content

Commit

Permalink
remove perPage var
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Jul 23, 2014
1 parent 3895888 commit 9fec4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/get_reddit_gallery.r
Expand Up @@ -8,7 +8,6 @@ function(subreddit,
stopifnot(window %in% c('day', 'week', 'month', 'year', 'all'))
stopifnot(sort %in% c('time', 'top'))
stopifnot(is.numeric(as.numeric(page)))
stopifnot(is.numeric(as.numeric(perPage)))
out <- imgurGET(paste0('gallery/r/',
paste0(subreddit, '/'),
sort, '/',
Expand Down

0 comments on commit 9fec4ee

Please sign in to comment.