Skip to content

Commit

Permalink
pkgdown documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainMath committed Dec 9, 2018
1 parent 5ea5145 commit 3b910a1
Show file tree
Hide file tree
Showing 47 changed files with 1,095 additions and 650 deletions.
1 change: 1 addition & 0 deletions R/cansim.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ NULL
#' @param meta the raw metadata table
#' @param data_path base path to save parsed metadata
#' @return data table including the metadata information
#' @keywords internal
parse_and_fold_in_metadata <- function(data,meta,data_path){
cleaned_language <- ifelse("VALEUR" %in% names(data),"fra","eng")
if (cleaned_language=="eng") {
Expand Down
4 changes: 4 additions & 0 deletions R/cansim_tables_list.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#' Retrieve list of all Statistics Canada data tables
#'
#' Internal function to collect an up-to-date and complete list of Statistics Canada data tables
#' @return cansim table list
#' @keywords internal
get_cansim_table_list <- function(){
start=0
rows=1000
Expand All @@ -21,6 +23,8 @@ get_cansim_table_list <- function(){
#' An internal method to get page of Statistics Canada data tables
#' @param start_offset starting row
#' @param max_rows number of rows, maximum is 1000
#' @return cansim table list
#' @keywords internal
get_cansim_table_list_page <- function(start_offset=0,max_rows=1000){
if (max_rows>1000) {
warning("Clipping to 1000 rows")
Expand Down
23 changes: 12 additions & 11 deletions docs/LICENSE-text.html

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

23 changes: 12 additions & 11 deletions docs/LICENSE.html

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

0 comments on commit 3b910a1

Please sign in to comment.