Giter VIP home page Giter VIP logo

pointblank-workshop's Introduction

The pointblank Workshop

This pointblank workshop will teach you a lot about what pointblank can do, and, it'll give you an opportunity to experiment with the package. It's available as an RStudio Cloud project, and that makes it easy to get up and running.

https://rstudio.cloud/content/4726872

The workshop modules will introduce you to a large variety of examples to get you well-acquainted with the basic functionality of the package.

Each module of the workshop focuses on a different subset of functions and they are all presented here as R Markdown (.Rmd) files, with one file for each workshop module:

  • "01-intro-to-data-validation.Rmd" (The agent, validation fns, interrogation/reports)

  • "02-scan-your-data.Rmd" (Looking at your data with scan_data())

  • "03-expect-test-functions.Rmd" (Using the expect_*() and test_*() functions)

  • "04-scaling-up-data-validation.Rmd" (The multiagent and its reporting structures)

  • "05-intro-to-data-documentation.Rmd" (The informant and describing your data)

  • "06-getting-deeper-into-documenting-data.Rmd" (Using snippets and text tricks)

You can navigate to any of these and modify the code within the self-contained R Markdown code chunks. Entire R Markdown files can be knit to HTML, where a separate window will show the rendered document.

The pointblank Installation

Normally you would install pointblank on your system by using install.packages():

install.packages("pointblank")

For this workshop, however, we are going to use the development version of pointblank and install it from GitHub with devtools::install_github().

devtools::install_github("rich-iannone/pointblank")

pointblank-workshop's People

Contributors

rich-iannone avatar

Watchers

James Cloos 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.