Skip to contents

Get details of the branch which was last updated

Usage

get_latest_branch_update(package = "pipapi")

Arguments

package

one of the core package (default "pipapi")

Value

single row dataframe

Examples

if (FALSE) {
get_latest_branch_update()
get_latest_branch_update("pipr")
}