| vc_credits | R Documentation | 
Validates and If Formatted Like Credit
vc_credits(data, x, ...)
data | 
 A data frame.  | 
x | 
 Column name from   | 
... | 
 ignored.  | 
dat <- data.frame(
    credits = c(NA, 1.21, 1.34, '4.0', '5.0', .1, 12, 1111),
    stringsAsFactors = FALSE
)
vc_credits(dat, 'credits')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.