![]() |
VOOZH | about |
ls() function in R Language is used to list the names of all the objects that are present in the working directory.
Syntax: ls() Parameters: This function needs no argumentExample 1: Output:
[1] "arr" "mat" "vec"Example 2: Output:
[1] "df" "list1"