modify.organization {github}R Documentation

modify an organization

Description

modify an organization

Usage

modify.organization(org, content, ctx = get.github.context())

Arguments

org

the organization name

content

the JSON object describing the organization. See http://developer.github.com/v3/orgs/#edit-an-organization for details.

ctx

the github context object

Value

the organization information


[Package github version 0.9.12 Index]