View source: R/smolr_fast_import.R
SMOLR_FAST_IMPORT | R Documentation |
Fast SMOLR importer making use of the data.table fread importer that performs faster on bigger data. This importer makes use a userdifinable profile.
SMOLR_FAST_IMPORT(file, profile, channels)
file |
Location of the file txt or csv file to be imported |
profile |
Profile of the to be imported data, this profile can be made using the SMOLR_PROFILE function |
channels |
Channels that should be precent in the data, this allows to define channel numbers even if there are no localizations in the channels |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.