6 Resources
For more in depth terra documentation, please see the resources below.
Spatial Data with terra on rspatial.org - How to do spatial data analysis in the context of R and the terra package.
terra documentation on rspatial.org - A vignette that walks you through the terra package.
terra documentation on github - An overview of terra and a comprehensive description of its classes and methods. Highlights [differences][terra_diff] between raster and terra.
geodata documentation on github - A description of available data as well as some links to the original source.
6.1 Practice!
If you still feel a bit unsure about translating your own code from raster to terra syntax, you can test your skills using this raster practice script. A successfully transitioned terra script is also available on the github repo.