saving . . . saved R script has been deleted. R script has been hidden .
R script
Title
Question
I am not getting line of code on console only getting print value on console
> source('C:/Users/admin/Desktop/myProject/myfirstscript.R')
[1] 1 2 3 4
[1] 10
[1] 15

R Introduction-to-R-script 09-10 min 20-30 sec 28-04-20, 10:36 a.m. nileshkavankar13@gmail.com

Answers:

"source" function only returns the output of code, not the code itself.
28-04-20, 2:10 p.m. chrl3hr5@gmail.com


Log-in to answer to this question.