Skip to content

Commit

Permalink
fix the documentation too
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Nov 3, 2016
1 parent f29157e commit 4985c26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion rdomains/R/get_shalla_data.R
@@ -1,6 +1,7 @@
#' Get Shalla Data
#'
#' Downloads, unzips and saves the latest version of shallalist data.
#' Downloads, unzips and saves the latest version of shallalist data. By default, saves shalla data
#' as \code{shalla_domain_category.csv}.
#'
#' @param outdir Optional; folder to which you want to save the file; Default is same folder
#' @param overwrite Optional; default is FALSE. If TRUE, the file is overwritten.
Expand Down
2 changes: 1 addition & 1 deletion rdomains/R/shalla_cat.R
Expand Up @@ -2,7 +2,7 @@
#'
#' Fetches category of content hosted by a domain according to Shalla.
#' The function checks if path to the shalla file is provided by the user.
#' If not, it looks for \code{shalla_domain_cateory.csv} in the working directory.
#' If not, it looks for \code{shalla_domain_category.csv} in the working directory.
#'
#' @param domains vector of domain names
#' @param use_file path to the latest shallalist file downloaded using \code{\link{get_shalla_data}}
Expand Down
3 changes: 2 additions & 1 deletion rdomains/man/get_shalla_data.Rd

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

2 changes: 1 addition & 1 deletion rdomains/man/shalla_cat.Rd

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

0 comments on commit 4985c26

Please sign in to comment.