% Generated by roxygen2: do not edit by hand % Please edit documentation in R/raw_str_map.R \name{raw_str_map.merge} \alias{raw_str_map.merge} \title{Merges two raw_str_map files and returns either a list or a file} \usage{ raw_str_map.merge( source.raw_str_map.file = NULL, new.raw_str_map.file = NULL, return.file = F ) } \arguments{ \item{source.raw_str_map.file}{the filename of the source raw_str_map. It must be relative the raw_str_maps of the current data.dir} \item{new.raw_str_map.file}{the filename of the mask raw_str_map. It will replace any entries of the source file. It must be relative the raw_str_maps of the current data.dir} \item{return.file}{If set to T, a temporary full file path that contains the merge is returned. Otherwise a list with the contents of the merge is returned} } \value{ FALSE in case of problem / if return.file=T, the temporary full path of a file that contains the merged result in json / A list with the contents of the merge if return.file=F } \description{ All entries in the new.raw_str_map file replace those on the source.raw_str_map file } \details{ Both files must be relative to the current data.dir/raw_str_maps }