get_segment_name {telraamStats} | R Documentation |
Get the name of a segment giving its id
Description
Get the name of a segment giving its id
Usage
get_segment_name(segment_id)
Arguments
segment_id |
ID of segment, should be present in inst/config.yml |
Value
Name of the segment, as specified in the configuration file, NULL otherwise.
Examples
## Not run: #run if you want to create a inst/ directory containing config file
create_config()
get_segment_name(9000000000)
## End(Not run)
[Package telraamStats version 1.1.2 Index]