memoise

Memoisation of Functions

Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.

Tests Vignettes

Dependencies

Imports/Depends/LinkingTo/Enhances (2)
  • rlang >= 0.4.10
  • cachem
  • Suggests (7)
  • digest
  • aws.s3
  • covr
  • googleAuthR
  • googleCloudStorageR
  • httr
  • testthat
  • Version History