Skip to contents

Load a list from a file. Currently supports `"json"` and `"bin"` files.

Usage

loadList(path)

Arguments

path

(character) path to the file

Value

(list) list of data for `"json"` or raw data for `"bin"` files