Make package icon svg thumbail files.

make_pkg_icons(base_path = ".", width = 400, height = 200)

Arguments

base_path

output directory.

width

numeric, icon width.

height

numeric, icon height.

Value

side effect of writing files.

Examples

# NOT RUN {
make_pkg_icons()
# }