Giter VIP home page Giter VIP logo

workshops-guide's Introduction

forwards

Travis-CI Build Status

The forwards package provides anonymized data from surveys conducted by Forwards, the R Foundation taskforce on women and other under-represented groups.

Installation

You can install forwards from GitHub with:

# install.packages("devtools")
devtools::install_github("forwards/forwards")

Usage

The package currently contains a single dataset, useR2016, with anonymized results from a survey of participants at the useR! 2016 conference. The questions and form of responses are described in the help file (?useR2016).

The dataset is lazy loaded, so after loading the forwards package, the useR2016 data frame is available for use. For example the following code cross-tabulates respondents’ age and length of time using R:

library(forwards)
xtabs(~ Q3 + Q11, data = useR2016)
#>              Q11
#> Q3            < 2 years 2-5 years 5-10 years > 10 years
#>   > 35               22        27         54         92
#>   35 or under        45        80         72         20

Code of Conduct

Please note that this package is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

workshops-guide's People

Contributors

hturner avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.