May 2018
Beginner to intermediate
364 pages
7h 43m
English
Sometimes, users might generate their own packages and upload them to Anaconda Cloud. For a group project, group members can do so as well. Thus, we need to know how to download a package from Anaconda Cloud. Here is the general procedure:

Assume that we are interested in the r-data.table package.
conda install -c r-data.table
Sometimes, we can generate a set of functions and share with others. Here is one simple example. Assume that we generate the following program with several ...
Read now
Unlock full access