Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: R/download_default_easylist_subscriptions.R

Issue 29336289: devbuild
Patch Set: Created Feb. 12, 2016, 1:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | R/download_devbuilds_list.R » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #' Downloads default easylist subscriptions
2 #' @description
3 #' Uses shell script.
4 #' @keywords download easylist subscription default
5 #' @export
6
7 download_default_easylist_subscriptions <- function(){
8 path_script <- system.file("download_default_easylist_subscriptions.sh",
9 package = "bbbi", mustWork = TRUE)
10 subs <- system(path_script, intern = TRUE)
11 return(subs)
12 }
OLDNEW
« no previous file with comments | « no previous file | R/download_devbuilds_list.R » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld