Skip to content

Commit

Permalink
Update README and tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ahagen-pik committed Dec 17, 2024
1 parent f6923f8 commit be57e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ You can edit the files in LibreOffice Calc using these settings in the Text Impo
- String Delimiter: (none)

The github diff on a large semicolon-separated file is often unreadable.
For a human-readable output, save the old version of the mapping and run:
```
remind2::compareScenConf(fileList = c("oldfile.csv", "mappingfile.csv"), row.names = NULL)
```

### Creating a new mapping

Since templates contain between several hundreds and a few thousand variables, relying on existing mappings can save substantial amounts of work compared to setting up a new mapping from scratch. Since the template itself is most likely built based on earlier templates from other projects, chances are good that existing mappings already provide parts of the required new mapping. Using `R`, we describe a simple way to create a new mapping `mapping_NEW.csv` based on existing mappings.
Expand Down
5 changes: 1 addition & 4 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ You can edit the files in LibreOffice Calc using these settings in the Text Impo
- String Delimiter: (none)

The github diff on a large semicolon-separated file is often unreadable.
For a human-readable output, save the old version of the mapping and run:
```
remind2::compareScenConf(fileList = c("oldfile.csv", "mappingfile.csv"), row.names = NULL)
```

### Creating a new mapping

Since templates contain between several hundreds and a few thousand variables, relying on existing mappings can save substantial amounts of work compared to setting up a new mapping from scratch. Since the template itself is most likely built based on earlier templates from other projects, chances are good that existing mappings already provide parts of the required new mapping. Using `R`, we describe a simple way to create a new mapping `mapping_NEW.csv` based on existing mappings.
Expand Down

0 comments on commit be57e4e

Please sign in to comment.