Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Workout 02

Rocky Lubbers, 10/29/2018


This assignment explores creating functions—including conditional statements, for loops, string manipulation—and documenting them with Roxygen functions. These functions will all be tested using the R package 'testthat'. Functions include: a minkowski distance calculator, a counting vowels function, a hexidecimal string validator, and a function to reverse a character string.

File Structure

  • code
    • functions
    • tests
  • output