Install DVC

install_dvc(with = "pip", user = FALSE, remote = FALSE)

Arguments

with

Method to install dvc with: pip, conda, brew, choco, snap.

user

Option for pip.

remote

Depending on the type of the remote storage you plan to use, you might need to install optional dependencies: [s3], [azure], [gdrive], [gs], [oss], [ssh]. Use [all] to include them all.