powered by
Makefile
Makelist
This is experimental! See Note.
read_makefile(path, clean_sink = FALSE)
The makelist.
makelist
The path to the file.
Remove sinks identical to corresponding targets from the list? Since makelists are parsed, missing sinks are set to the corresponding targets, but this makes them harder to read.
makelists
make_file <- file.path(tempdir(), "Makefile") write_makefile(provide_make_list(), path = make_file) str(make_list <- read_makefile(path = make_file))
Run the code above in your browser using DataLab