make_pkg_icons.Rd
Make package icon svg thumbail files.
make_pkg_icons(base_path = ".", width = 400, height = 200)
base_path | output directory. |
---|---|
width | numeric, icon width. |
height | numeric, icon height. |
side effect of writing files.
# NOT RUN { make_pkg_icons() # }