Learn R Programming

blit (version 0.2.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

  • https://www.python.org/

  • cmd_wd()/cmd_envvar()/cmd_envpath()/cmd_conda()

  • cmd_on_start()/cmd_on_exit()

  • cmd_on_succeed()/cmd_on_fail()

  • cmd_parallel()

Other commands: allele_counter(), cellranger(), conda(), fastq_pair(), gistic2(), kraken2(), kraken_tools(), perl(), pyscenic(), samtools(), seqkit(), trust4()