Skip to content

Possible bug -- inserting replacement_markings #5

Open
@enginuity

Description

@enginuity

See example here:

write_matchlist = function(mats) {
  for(j in seq_along(mats$files)) {
    writeLines(text = mats$code[[j]], con = mats$files[j])
write_matchlist = function(matchesL) {
#|                        ********
#|----##Rename mats -> matchesL --Wed Aug 13 15:37:29 2014--
  for(j in seq_along(matchesL$files)) {
#|                  ********
#|----##Rename mats -> matchesL --Wed Aug 13 15:37:29 2014--
    writeLines(text = matchesL$code[[j]], con = matchesL$files[j])
#|                                         ******** 
#|----##Rename mats -> matchesL --Wed Aug 13 15:37:29 2014--

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions