You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/clean_eurostat_cache.R
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
#' @param cache_dir A path to cache directory. If \code{NULL} (default)
5
5
#' tries to clean default temporary cache directory.
6
6
#' @export
7
+
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
Copy file name to clipboardExpand all lines: R/dic_order.R
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
#' \code{\link{get_eurostat_dic}}.
9
9
#' @param type a type of the x. Could be \code{code} or \code{label}.
10
10
#' @export
11
+
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
Copy file name to clipboardExpand all lines: R/eurostat-package.R
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
#' Package: \tab eurostat\cr
5
5
#' Type: \tab Package\cr
6
6
#' Version: \tab See sessionInfo() or DESCRIPTION file\cr
7
-
#' Date: \tab 2014-2016\cr
7
+
#' Date: \tab 2014-2017\cr
8
8
#' License: \tab BSD_2_clause + LICENSE\cr
9
9
#' LazyLoad: \tab yes\cr
10
10
#' }
@@ -16,10 +16,10 @@
16
16
#' @docType package
17
17
#' @title R Tools for Eurostat open data
18
18
#'
19
-
#' @author Leo Lahti, Janne Huovari, Markus Kainu, Przemyslaw Biecek \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
19
+
#' @author Leo Lahti, Janne Huovari, Markus Kainu, Przemyslaw Biecek \email{ropengov-forum@@googlegroups.com} \url{https://ropengov.github.io/eurostat}
Copy file name to clipboardExpand all lines: R/get_eurostat.R
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
#' can be removed. Default is \code{FALSE}.
44
44
#' @param ... further argument for \code{\link{get_eurostat_json}}.
45
45
#' @export
46
+
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
46
47
#' @details Data sets are downloaded from
47
48
#' \href{http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing}{the Eurostat bulk download facility} or from The Eurostat Web Services
Copy file name to clipboardExpand all lines: R/get_eurostat_json.R
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
#'
24
24
#' @return A dataset as a data_frame.
25
25
#' @export
26
+
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
0 commit comments