forked from warint/statcanR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 869 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: statcanR
Type: Package
Title: Client for Statistics Canada's Open Economic Data
Version: 0.2.1.9000
Authors@R: c(
person("Thierry", "Warin", email = "thierry.warin@hec.ca", role =c("aut", "cre"), comment = c(ORCID = "0000-0002-5921-3428") ),
person("Romain", "Le Duc", role = "aut"))
Description: An easy connection with R to Statistics Canada's Web Data Service. Open economic data (formerly known as CANSIM tables, now identified by Product IDs (PID)) are accessible as a data frame, directly in the user's R environment.
Warin, Le Duc (2019) <doi:10.6084/m9.figshare.10544735>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
data.table,
curl
URL: https://github.com/warint/statcanR/
BugReports: https://github.com/warint/statcanR/issues/