Skip to content

Commit

Permalink
Dont read the whole small dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 26, 2018
1 parent 4658e24 commit 55f42c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/storage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can explore your cached data using functions like `loadd()`, `readd()`, and
```{r explore_basic}
head(cached())
readd(small)
head(readd(small))
loadd(large)
Expand All @@ -71,7 +71,7 @@ class(cache)
cache$list() # Functionality from storr
cache$get("small") # Functionality from storr
head(cache$get("small")) # Functionality from storr
```

# Hash algorithms
Expand Down

0 comments on commit 55f42c6

Please sign in to comment.