[R] Frequency count of terms only in a given column in R

agrima seth sethagrima at gmail.com
Fri Aug 28 13:49:29 CEST 2015


i have a text file with data of the given format:

white snow
lived snow
in snow
lived place
in place
a place
called place
as place

here i have to find the frequency of the terms only in the first column
(i.e.)
white - 1
lived- 2
in -2
a-1
called - 1
as -1

Could you please guide me how to do the above in R.

	[[alternative HTML version deleted]]



More information about the R-help mailing list