Skip to content

Commit

Permalink
Create loadplantnet.R
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcleon authored May 15, 2024
1 parent a67373a commit 5a4fddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions loadplantnet.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
install.packages("devtools")
install.packages("httr")
install.packages("jsonlite")
install.packages("magrittr")
install.packages("dplyr")
library(devtools)

devtools::install_github(repo = 'BiologicalRecordsCentre/plantnet')
library(plantnet)

0 comments on commit 5a4fddd

Please sign in to comment.