Skip to contents

Mock file

Usage

mock_file(path, payload)

Arguments

path

(character) a file path. required

payload

(character) string to be written to the file given at path parameter. required

Value

a list with S3 class mock_file

Examples

mock_file(path = tempfile(), payload = "{\"foo\": \"bar\"}")
#> <mock file>
#>  path: /tmp/RtmpwRfDMC/file3bd6c6bc8b3
#>  payload: {"foo": "bar"}