ExtractorSms | R Documentation |
This class that inherits from the Instance
class and
implements the functions of extracting the text and the date of an tsms type file.
Due to the fact that the creation date of the message can not be extracted from the text of an SMS, the date will be initialized to empty.
This class inherits from Instance
and implements the
obtainSource
and obtainDate
abstracts functions.
bdpar::Instance
-> ExtractorSms
bdpar::Instance$addBanPipes()
bdpar::Instance$addFlowPipes()
bdpar::Instance$addProperties()
bdpar::Instance$checkCompatibility()
bdpar::Instance$getBanPipes()
bdpar::Instance$getData()
bdpar::Instance$getDate()
bdpar::Instance$getFlowPipes()
bdpar::Instance$getNamesOfProperties()
bdpar::Instance$getPath()
bdpar::Instance$getProperties()
bdpar::Instance$getSource()
bdpar::Instance$getSpecificProperty()
bdpar::Instance$invalidate()
bdpar::Instance$isInstanceValid()
bdpar::Instance$isSpecificProperty()
bdpar::Instance$setData()
bdpar::Instance$setDate()
bdpar::Instance$setProperties()
bdpar::Instance$setSource()
bdpar::Instance$setSpecificProperty()
new()
Creates a ExtractorSms
object.
ExtractorSms$new(path)
path
A character
value. Path of the tsms file.
obtainDate()
Obtains the date of the SMS file.
ExtractorSms$obtainDate()
obtainSource()
Obtains the source of the SMS file. Reads the file indicated in the path. In addition, it initializes the data field with the initial source.
ExtractorSms$obtainSource()
toString()
Returns a character
representing the instance
ExtractorSms$toString()
Instance
character
representation
clone()
The objects of this class are cloneable with this method.
ExtractorSms$clone(deep = FALSE)
deep
Whether to make a deep clone.
ExtractorEml
, ExtractorYtbid
,
Instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.