knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

passwordrandom is an R package to interface to the PasswordRandom.com API - http://www.passwordrandom.com/api

The following functions are implemented:

The following data sets are included:

News

Installation

devtools::install_github("hrbrmstr/passwordrandom")
options(width=120)

Usage

library(passwordrandom)

# current verison
packageVersion("passwordrandom")

random_chars()

random_doubles()

random_guids()

random_ints()

random_passwords()

Test Results

library(passwordrandom)
library(testthat)

date()

test_dir("tests/")

Code of Conduct

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



hrbrmstr/passwordrandom documentation built on May 17, 2019, 5:12 p.m.