Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0971ea0

Browse files
committed
descname
1 parent92e345d commit0971ea0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎inst/reports/northcentral/lab_summary_by_taxonname/report.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ if (dim(s)[1] != 0) {
155155
##Site Data
156156

157157
```{r site data}
158-
kable(s[, c("upedonid", "taxonname", "taxsubgrp", "taxpartsize", "pedontype", "describer")], cation = "Site Data")
158+
kable(s[, c("upedonid", "taxonname", "taxsubgrp", "taxpartsize", "pedontype", "descname")], cation = "Site Data")
159159
```
160160

161161

‎inst/reports/northcentral/pedon_summary_by_taxonname/report.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if (dim(s)[1] != 0) {
145145

146146
```{r format site data, results='asis', echo=FALSE}
147147
# Site information
148-
kable(subset(s, select = c("upedonid", "taxonname", "taxsubgrp", "taxpartsize", "pedontype", "describer")), caption = "Summary of data in the selected set")
148+
kable(subset(s, select = c("upedonid", "taxonname", "taxsubgrp", "taxpartsize", "pedontype", "descname")), caption = "Summary of data in the selected set")
149149
```
150150

151151

‎inst/reports/southwest/spatial-pedons/report.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ x <- lapply(split(s2, s2$MUSYM), function(x) {
7878
"AREASYMBOL",
7979
"MUSYM",
8080
"upedonid",
81-
"describer",
81+
"descname",
8282
# "pedontype",
8383
"taxonkind",
8484
"taxonname",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp