rwmCheckAndLoadInput
From rworldmap v1.3-6
by Andy South
internal function to check and load input data to mapping functions
Internal function checking and loading dFs or sPDFs to
mapCountryData
, mapPolys
, mapPies
,
mapBubbles
, mapBars
.
- Keywords
- aplot
Usage
rwmCheckAndLoadInput(inputData = "", inputNeeded = "sPDF", callingFunction = "")
Arguments
- inputData
- a dF, sPDF or "", for latter an internal example data is used
- inputNeeded
- "sPDF", "sPDF or dF", "dF"
- callingFunction
- optional : name of the calling function
Details
a rworldmap internal function, unlikely to be of use to users
Value
-
invisibly returns a dF or sPDF
Community examples
Looks like there are no examples yet.