Connect to the Active QGIS Project
qgis_project.RdEstablishes a connection to the currently active QGIS project. This function
is the main entry point for the rqgis package, returning an R6 object
that allows you to interact with QGIS layers, extent, and project metadata directly
from the R console.
Value
An R6 object of class QgisProject containing the project's metadata
and methods for bidirectional data transfer.