The goal of artlookR is to make it easier for people to access artlook data in a more user-friendly format. artlookR consists of a selected group of commonly desired data in a format that can subsequently easily be shared with people outside the developer community that is familiar with how to pull data directly from the database.
You can install the development version of artlookR from GitHub with:
# install.packages("devtools")
devtools::install_github("Ingenuity-Inc/artlookR")
If you want to access basic information about all the schools that are part of an artlook community, you can with this package simply run:
library(artlookR)
fun_schools_list(comm_name = "jacksonville")
Or if you want to get a clean view of the responses provided in given community by that community's organizations to questions about the BIPOC status of their leadership, you can simply run:
library(artlookR)
clean_allocations(comm_name = "chicago", school_org_prog_part = "Organization", type_of_resource = "LeadershipCharacteristic", table_of_resource = "leadership_characteristics")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.