Challenge: Create a reprex from a test
Objectives:
- Find the tests of a function.
- Understand the structure of a test.
reprex(..., {
code
})
# similar
test_that(..., {
code
})
- Turn a test into a reprex.
Challenge: Create a reprex from a test
Objectives:
reprex(..., {
code
})
# similar
test_that(..., {
code
})