Function to extract information from info.txt
get_info(file, grep_expression, sep, pattern = "", replacement = "")
path to info.txt (including info.txt)
String before the information that should be extracted
Separator between grep_expression and information
Optional pattern to be replaced (default pattern = "")
Optional replacement (default replacement = "")
Jan Philipp Dietrich, David Klein