hasUrlProtocol            package:R.utils            R Documentation

_C_h_e_c_k_s _i_f _o_n_e _o_r _s_e_v_e_r_a_l _p_a_t_h_n_a_m_e_s _h_a_s _a _U_R_L _p_r_o_t_o_c_o_l

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

     Checks if one or several pathnames has a URL protocol.

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

     ## Default S3 method:
     hasUrlProtocol(pathname, ...)

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

pathname: A 'character' 'vector'.

     ...: Not used.

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

     Returns a 'logical' 'vector'.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

