How can I find a data structure implementation corresponding to a mathematical set in R?

I am new to R, and I would like to know where I can find a standard implementation of the data structure corresponding to the mathematical set in R. Something like the built-in set of pythons types.

+6
source share
1 answer

I think you need to learn how to look for CRAN, R. archive. I found this:

http://ftp.heanet.ie/mirrors/cran.r-project.org/web/packages/sets/index.html

Pay attention to the url where my local mirror is. Start at www.r-project.org and continue.

+7
source

Source: https://habr.com/ru/post/899957/


All Articles