# Create some objects of different sizes
small_vector <- runif(100)
medium_matrix <- matrix(runif(10000), 100, 100)
large_matrix <- matrix(runif(100000), 1000, 100)
# View the 5 largest objects
objects_size(n = 5)
# Check all objects (up to 10 by default)
objects_size()
Run the code above in your browser using DataLab