Learn R Programming

blit (version 0.1.0)

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

Description

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

Usage

python(..., python = NULL)

Value

A command object.

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.

See Also