Question: Why am I getting an ERROR in print? Look at the bottom Part2_Num5.R D H Source on Save SOURCE_IP= c(209.99.66.22,209.99.66.100,192.168.1.3) 2 DEST_IP = c(192.168.0.12,209.99.66.222,192.168.0.44) 3
Why am I getting an ERROR in print? Look at the bottom

Part2_Num5.R D H Source on Save SOURCE_IP= c("209.99.66.22","209.99.66.100","192.168.1.3") 2 DEST_IP = c("192.168.0.12","209.99.66.222","192.168.0.44") 3 PROTOCOL=C("UDP", "ICMP", "TCP") 4 INFO=C("LEN=1068","Destination Unreachable", "Len=128") 5 # Create the data frame. 6 source. data # Print the data frame. > print (source. data) Error in print (source.data) : object 'source. data' not found >|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
