testOutside: Test what's not in the list

Description Usage Arguments Examples

View source: R/testingFunctions.R

Description

This function creates a table of summary statistics.

Usage

1
2
3
4
5
6
7
testOutside(
  data,
  string = "http://co.milesplit.com/meets/<TEST>",
  sample = 20,
  start = NULL,
  test = F
)

Arguments

data

Data vector

string

URL string with "<TEST>" where you want to insert the data

sample

number to try

test

default to FALSE

Examples

1
 testOutside(y$meetid, string="http://co.milesplit.com/meets/<TEST>", sample=20, test=F)

tlcaputi/tlcPack documentation built on March 25, 2020, 12:55 p.m.