Giter VIP home page Giter VIP logo

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.

R Foundation taskforce on women and other under-represented groups's Projects

archive icon archive

A repo to archive information, e.g. issues on deleted repos

certificate icon certificate

R package for generating workshop attendance certificates

fwdbrand icon fwdbrand

Code and assets related to Forwards branding :sparkles:

general icon general

General business of taskforce, open to all

hadcol icon hadcol

Hadley's utilities for adding columns

my_first_pr icon my_first_pr

A place to gather issues suitable for first-timers and provide support in fixing them

mylittlepony icon mylittlepony

A package for learning about the basics of package development

r_package_sandbox icon r_package_sandbox

A deliberately buggy R package providing a space for people to practice making PRs

surveys-public icon surveys-public

R markdown, scripts and data from Forwards surveys that can be shared publicly

tasks icon tasks

Repository to keep tabs on all Forwards tasks

teaching_website icon teaching_website

This site contains the public face of the workshops for girls and women

website_source icon website_source

OLD repository for Forwards website - current is forwards.github.io

workshops-guide icon workshops-guide

Bookdown guide for organizers of workshops using Forwards materials

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.