As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
62 |We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
63 |Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
64 |Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
65 |Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
66 |This Code of Conduct is adapted from the Contributor Covenant (http:contributor-covenant.org), version 1.0.0, available at http://contributor-covenant.org/version/1/0/0/
67 |YEAR: 2018 60 | COPYRIGHT HOLDER: Jorge Cimentada 61 |62 | 63 |
Copyright (c) 2018 Jorge Cimentada
62 |Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
63 |The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
64 |THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
65 |0 errors | 0 warnings | 0 notes
118 |For win-builder:
119 |Status: 1 NOTE R Under development (unstable) (2018-02-19 r74276)
120 |There are currently no downstream dependencies for this package.
125 |Also, most functions use personal emails to actually run. Even if using \dontshow{} I wouldn’t want to reveal any information (either on Github or somewhere on the CRAN repo) of personal use.
131 |The Travis tests have an environment variable containing the email. This allows the tests to run smoothly.
136 |R/ess-package.R
104 | Download data from the European Social Survey directly from their website <http://www.europeansocialsurvey.org/>. There are two family of functions that allow you to download and interactively check all countries and rounds available.
108 | 109 | 110 | 111 |Note that this package is for downloading data from the ESS survey. 114 | For analyzing the data, the user should consider the weights and sampling 115 | design of each country/round combination as well as sampling between round. 116 | For some examples, check out the work of Anthony Damico and Daniel Oberski 117 | here. For detailed 118 | examples on how to explore/download data using package, visit the package website 119 | at https://cimentadaj.github.io/ess/
120 | 121 |Useful links:
Report bugs at https://github.com/cimentadaj/ess/issues
R/show_funs.R
58 | show_countries.Rd
Return available countries in the European Social Survey
63 |show_countries()
character vector with available countries
72 |
77 | if (FALSE) {
78 | show_countries()
79 | }
80 |
81 |
82 |
R/show_funs.R
58 | show_rounds.Rd
Return available rounds in the European Social Survey
63 |show_rounds()
numeric vector with available rounds
72 |
77 | if (FALSE) {
78 | show_rounds()
79 | }
80 |
81 |
82 |