Skip to content

Commit e35db2e

Browse files
committed
Minor text clarification
1 parent 6bf5ea5 commit e35db2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

0-import_survey.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The survey spreadsheet must have one tab for each domain ID defined in the
3232
`data/domains.csv` file. Each domain tab must have a capabilities table
3333
beginning at row 2 (with row 1 ignored as the table title), followed
3434
by one blank row, the Threats table tile, then the threats table itself. All
35-
other sheets (instructions, reference, etc.) are ignored.
35+
other sheets (instructions, reference, etc.) are ignored.
3636

3737
```{r setup, include=FALSE}
3838
if ("pacman" %in% installed.packages()) {
@@ -167,7 +167,7 @@ scenarios
167167
Perform some minimal data validation between the capabilites and scenarios
168168
tables.
169169

170-
```{r valdiate}
170+
```{r valdiate_spreadsheet}
171171
# Check that scenario IDs have no gaps
172172
scenario_gaps <- setdiff(seq(range(scenarios$scenario_id)[1],
173173
range(scenarios$scenario_id)[2]),
@@ -254,6 +254,6 @@ if (exists("write_files") && write_files) {
254254
file.info(c("data/capabilities.csv", "data/scenarios.csv")) %>%
255255
rownames_to_column("filename") %>% as_data_frame %>% pander
256256
} else {
257-
message("Write_files not set. Not writing to disk.")
257+
message("Write_files not set to TRUE. Not writing to disk.")
258258
}
259259
```

0 commit comments

Comments
 (0)