tests/testthat/test-sample.R

context("Checking SAMPLE")

## This is a sample unit test that can be altered

## The user is encouraged to use unit tests on each function
## to ensure it continues to behave as expected after changes

test_that("SAMPLE ...",{
    
    expect_true(TRUE)

})

Try the googleformr package in your browser

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

googleformr documentation built on May 2, 2019, 11:10 a.m.