# Start search from a specific directory
graphics_pkg_dir <- system.file(package = "graphics")
find_description_file(graphics_pkg_dir)
if (FALSE) {
# Below example will only work if executed from a package directory
find_description_file()
}
Run the code above in your browser using DataLab