An example from running pkgnet::CreatePackageReport on hughjonesd/mypaintr:
zigzag() is exported, the other functions are not.
This happens if you run load_all() on a package. But that's not the best way to figure out what functions are exported - the normal way would be to look at the NAMESPACE file.
An example from running pkgnet::CreatePackageReport on hughjonesd/mypaintr:
zigzag() is exported, the other functions are not.
This happens if you run load_all() on a package. But that's not the best way to figure out what functions are exported - the normal way would be to look at the NAMESPACE file.