RMeCabDF               package:RMeCab               R Documentation

_R_M_e_C_a_b_D_F

_D_e_s_c_r_i_p_t_i_o_n:

     ' RMeCabDF' takes data frames as the first argument, and analyzes
     the columns specified by the second argument. Blank data should be
     replaced with NA.  If 1 is designated as the third argument, it
     returns each morpheme in its basic form.

_U_s_a_g_e:

       RMeCabDF(dataf, coln, mypref)

_A_r_g_u_m_e_n_t_s:

   dataf: data.frame

    coln: Column number or name which include Japanese sentences 

  mypref: Default being 0, the same morphemic forms that appear on the
          text are returned.  If 1 is designated, the basic forms of
          them are instead. 

_D_e_t_a_i_l_s:

     If necessary, more details than the description above

_V_a_l_u_e:

     generates and returns a new data frame.

_A_u_t_h_o_r(_s):

     Motohiro ISHIDA ishida.motohiro@gmail.com

_R_e_f_e_r_e_n_c_e_s:

     put references to the literature/web site here

_S_e_e _A_l_s_o:

     objects to See Also as 'help',

