generate_seatingChart | R Documentation |
Generate seating chart
generate_seatingChart(seatChartUrl, sheet_seatChart, student_names, sheet)
seatChartUrl |
A link to the seating chart google sheets |
sheet_seatChart |
The sheet name that has seating chart with non-seats marked X |
student_names |
A character |
sheet |
The name of assigned seat chart |
seatingChartUrl <- "https://docs.google.com/spreadsheets/d/14jQT6tvbc7Xv_ID1eoOIqUA3q_4HujjMYthcelebdlw/edit#gid=0" students <- { "https://docs.google.com/spreadsheets/d/1fs61_qTY4IYqtzWgg7VNbJ_igwJaVgRPYVjvodre5JI/edit#gid=1259661119" |> googlesheets4::read_sheet( sheet="完整資訊" ) } rmdgrader::generate_seatingChart( seatChartUrl = seatingChartUrl, sheet_seatChart = "Sheet1", student_names = students$姓名, sheet = "new assigned-seating chart")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.