testInside: Test what's 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
8
testInside(
  data,
  col = "schoolid",
  string = "http://co.milesplit.com/teams/<TEST>",
  sample = 1,
  start = NULL,
  test = F
)

Arguments

data

Dataframe

col

Name of the column to pull from

string

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

sample

number to try

test

default to FALSE

Examples

1
 testInside(y$meetid, col="schoolid", string="http://co.milesplit.com/teams/<TEST>", sample=1, test=F)

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