piper.text.pipe_assignment

piper.text.pipe_assignment(text: str)Tuple[str, str][source]

Check if R or Pythonic assignment defined in text

Parameters

text – text string to be parsed

Returns

  • assignment – assignment expression

  • output_text – remaining text expression(s)