Skip to content

Duplicated use of similar functions #4

@RodGal-2020

Description

@RodGal-2020

Lines 945-952 of path2rap():

    if (!use_codification) {
      lhs %<>% translate_objects(within_rule = TRUE)
      rhs %<>% translate_objects(within_rule = TRUE)
    }
    if (!use_codification) {
      lhs %<>% translate_side_labels()
      rhs %<>% translate_side_labels()
    }

That's clearly heresy.

Please, fix that in order to better understand the code.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions