![]() |
![]() |
![]() |
My Coding >
Software >
R >
R lists
R listsList is a structure in R to store data of different types. Initialization of lists in RTo initialize list it is necessary to use function list()
To call individual element from the list, it is necessary to use double square brackets
Key/value lists in RIt is possible to create key/value list in R with function list()
It is possible to access elements of this list with using symbol $
Function to work with key-value list in RThe main function to work with lists are:
|
Last 10 artitles
9 popular artitles
|
|
© 2020 MyCoding.uk -My blog about coding and further learning. This blog was writen with pure Perl and front-end output was performed with TemplateToolkit. Privacy Policy |