- Added two function,
get_term_course_list()
andget_account_course_list()
. get_term_course_list()
gathers a list of all courses in a specific term.get_account_course_list()
gathers a list of all courses for an account or sub-account
- Added a
NEWS.md
file to track changes to the package. - Uses
pkgdown
to generate documentation. - Many changes to consolidate and update documentation.
- Changed "if" to "it" in the documentation of the 'add_enrollments' function
- Initial release