View source: R/smolr_profile.R
SMOLR_PROFILE | R Documentation |
This function creates a smolr profile to be used by the SMOLR_FAST_IMPORT function. This allows you to keep your data importing up to date even if the format of the data is changed by third parties.
SMOLR_PROFILE(name, original, xypc, skip)
name |
String with the name of the profile |
original |
A vector containing Names of the headers of the original file |
xypc |
A vector containing the column numbers of the columns containing the x, y, precision and channel values respectivily |
skip |
Number of lines to skip before the header of the file. Default is 0. |
profile <- SMOLR_PROFILE("profile_name",c("ID","X","Y","First Frame","Precision","Channel","fit"),c(2,3,5,6),skip=0)
profile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.