-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from SCBI-ForestGEO/table-of-tests
Populate table of tests in README.md from csv This is a great idea @rudeboybert, thanks!
- Loading branch information
Showing
3 changed files
with
93 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
output: github_document | ||
--- | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
```{r, echo=FALSE, warning=FALSE, message=FALSE} | ||
library(knitr) | ||
library(here) | ||
library(readr) | ||
opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "README_figure/README-" | ||
) | ||
``` | ||
|
||
|
||
# Data tests for mortality census | ||
|
||
## Table of tests | ||
|
||
```{r, echo=FALSE, warning=FALSE, message=FALSE} | ||
kable(read_csv(here("testthat/table_of_tests.csv"))) | ||
``` |
Oops, something went wrong.