updateSchool: Update School Details

View source: R/SchoolFunctions.R

updateSchoolR Documentation

Update School Details

Description

This function modifies one or more attributes of a school (district).

Usage

updateSchool(
  schoolId,
  title = NULL,
  address1 = NULL,
  address2 = NULL,
  city = NULL,
  state = NULL,
  postal_code = NULL,
  country = NULL,
  website = NULL,
  phone = NULL,
  fax = NULL,
  picture_url = NULL
)

Arguments

schoolId

Can be found by navigating to the Schoology district information page.

title, address1, address2, city, state, postal_code, country, website, phone, fax, picture_url

See API Documentation for a description of each parameter.

Value

A dataframe of updated school details.

References

API Documentation


sterfa02/SchoologyAPI documentation built on Jan. 10, 2023, 11:27 p.m.