#!/usr/bin/env Rscript
library(fcf)
library(dplyr)
syms <- commandArgs(trailingOnly = TRUE)
for (sym in syms) {
give_recommendation(sym)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.