contains_feature | R Documentation |
Used to check if a simple file object contains a feature. This is an internal only function.
contains_feature(sf_object, feature_name)
sf_object |
Simple file object that we want to verify if it contains a feature called feature_name. |
feature_name |
The feature name we want to find in the simple file object sf_object. |
Returns TRUE if the simple file object sf_object contains the feature feature_name. Otherwise FALSE is returned.
Phil Davies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.