Skip to contents

Python is a programming language that lets you work quickly and integrate systems more effectively.

Usage

python(..., python = NULL)

Arguments

...

<dynamic dots> Additional arguments passed to python command. Empty arguments are automatically trimmed. If a single argument, such as a file path, contains spaces, it must be quoted, for example using shQuote(). Details see: cmd_help(python()).

python

A string of path to python command.

Value

A command object.