Runs a command-line tool provided by a Python package in an ephemeral, isolated environment.
Examples
uvx("ruff", args = c("--version"), quiet = TRUE)
#> Error: ! command is not a string (length 1 character)
Runs a command-line tool provided by a Python package in an ephemeral, isolated environment.
uvx("ruff", args = c("--version"), quiet = TRUE)
#> Error: ! command is not a string (length 1 character)