Skip to content

Commit

Permalink
5 back ticks worked, but removing extra tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaSare committed May 3, 2023
1 parent e8ad501 commit d8681b9
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions lectures/lecture_trees_joining.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,27 +190,26 @@ use_readme_md(open = FALSE)
- The second line is a longer description:

`````
#' Portal Data Set and Analysis
#'
#' This package contains data sets from the Portal Project
#' for easy reuse and reanalysis.
#'
#' @docType package
#' @name portaldata
#' @aliases portaldata portaldata-package
NULL
#' Taxonomy of species sampled
#'
#' A data set containing the taxonomy of species sampled for the Portal Project Data.
#' We followed the taxonomy from the Open Tree of Life .
#'
#' @source \url{https://lunasare.github.io/spring2023-data-science/data/portal-species-taxonomy.csv}
#' @format A data frame with X number of columns and Y number of rows
"taxonomy"
#' Portal Data Set and Analysis
#'
#' This package contains data sets from the Portal Project
#' for easy reuse and reanalysis.
#'
#' @docType package
#' @name portaldata
#' @aliases portaldata portaldata-package
NULL
#' Taxonomy of species sampled
#'
#' A data set containing the taxonomy of species sampled for the Portal Project Data.
#' We followed the taxonomy from the Open Tree of Life .
#'
#' @source \url{https://lunasare.github.io/spring2023-data-science/data/portal-species-taxonomy.csv}
#' @format A data frame with X number of columns and Y number of rows
"taxonomy"
`````

- To interpret the documentation file we will use a function from the package `roxygen2` (or `devtools`)
- To interpret the documentation file, we will use a function from the package `roxygen2` (or `devtools`)
```
install.packages("roxygen2")
library(roxygen2)
Expand Down

0 comments on commit d8681b9

Please sign in to comment.