diff --git a/README.md b/README.md index 85ffa4007..507595d7e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/tutorial.md b/tutorial.md index dd1d65c79..3c33827cc 100644 --- a/tutorial.md +++ b/tutorial.md @@ -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.