SmithCollege-SDS / sds

templates and things for SDS
0 stars 2 forks source link

Implementation of the Smith course search #16

Closed wjhopper closed 7 months ago

wjhopper commented 7 months ago

Crafts a URL to query the Smith course website, and scrapes the returned HTML into a data frame.

wjhopper commented 7 months ago

Since I used the base pipe operator as part of my implementation, I bumped the minimum R version to 4.1 as well. R 4.1 is was released over two yeas ago, so I felt this was a reasonable minimum. But if this is too restrictive, I can remove the |> from my implementation and return to the prior dependency on R >= 3.0