powered by
Prepare values collected from HTML forms to save to a SQL database by calling quoteText. If x is "", returns "NULL".
fromInput(x)
A vector of length 1.
A string, if x is "", returns "NULL".
# NOT RUN { fromInput("Test") fromInput("100") fromInput(100) fromInput("") # }
Run the code above in your browser using DataLab