What Will Be The Output Of The Following R Functionp Pre #115
What will be the output of the following R function?</p> <pre><code class="language-rsplus">d <- date() d</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Getting Started - Console Input and Evaluation - Quiz No.1.
What will be the output of the following R function?
d <- date() d
Prints todays date
Prints some date
Prints exact present time and date
Error