tests/testthat/test-creds.R

library(LendingClub)
context("MakeCredential")

skip_on_cran()

test_that("lc_Make Credential", {
    expect_s3_class( lc_MakeCredential("x","y"), "LendingClub_credential")
    expect_equal(CheckCred(c("abc","def")),c("abc","def"))
    expect_error(CheckCred("abc","Please create the credential object.*"))
    })

Try the LendingClub package in your browser

Any scripts or data that you put into this service are public.

LendingClub documentation built on May 1, 2019, 9:14 p.m.